First upload

This commit is contained in:
Nikolai Fesenko
2025-02-02 13:37:56 +01:00
commit 8d227c9191
3281 changed files with 362319 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php /* Smarty version 2.6.34, created on 2025-02-01 09:05:22
compiled from widget/header/menubasket.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxgetseourl', 'widget/header/menubasket.tpl', 2, false),array('modifier', 'cat', 'widget/header/menubasket.tpl', 2, false),)), $this); ?>
<li class="fixed-header-item">
<a href="<?php echo smarty_function_oxgetseourl(array('ident' => ((is_array($_tmp=$this->_tpl_vars['oViewConf']->getSelfLink())) ? $this->_run_mod_handler('cat', true, $_tmp, "cl=basket") : smarty_modifier_cat($_tmp, "cl=basket"))), $this);?>
" rel="nofollow" class="fixed-header-link">
<i class="fas fa-shopping-cart"></i>
<?php if (isset ( $this->_tpl_vars['oxcmp_basket'] ) && $this->_tpl_vars['oxcmp_basket']->getItemsCount() > 0): ?>
<span class="badge">
<?php echo $this->_tpl_vars['oxcmp_basket']->getItemsCount(); ?>
</span>
<?php endif; ?>
</a>
</li>