ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.136 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/templates_c/ |
Upload File : |
<?php /* Smarty version 3.1.24, created on 2023-10-24 07:36:01
compiled from "templates/shop/navbar.tpl" */ ?>
<?php
/*%%SmartyHeaderCode:537313106653757c17f7960_58844922%%*/
if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'974823a415c28dae8b0c5ed48a6407bda8c67727' =>
array (
0 => 'templates/shop/navbar.tpl',
1 => 1654536516,
2 => 'file',
),
),
'nocache_hash' => '537313106653757c17f7960_58844922',
'variables' =>
array (
'grande_contenance' => 0,
'cart' => 0,
'product' => 0,
'MONNAIE' => 0,
'menu' => 1,
'sidebro' => 0,
'Image_Mini_Logo' => 0,
'total' => 0,
'menu_responsive' => 1,
),
'has_nocache_code' => false,
'version' => '3.1.24',
'unifunc' => 'content_653757c18295c8_62169328',
),false);
/*/%%SmartyHeaderCode%%*/
if ($_valid && !is_callable('content_653757c18295c8_62169328')) {
function content_653757c18295c8_62169328 ($_smarty_tpl) {
if (!is_callable('smarty_modifier_replace')) require_once '/home/computer3/litsolide.com/libs/plugins/modifier.replace.php';
$_smarty_tpl->properties['nocache_hash'] = '537313106653757c17f7960_58844922';
if ($_smarty_tpl->tpl_vars['grande_contenance']->value > 0) {?>
<div>
<div class="no-responsive">
<div class="navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<?php echo $_smarty_tpl->getSubTemplate ("top.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0);
?>
<div class="container" style="max-width: 1200px; margin : auto;">
<a class="toggleMenu" href="#"><img src="templates/shop/img/icon-menu.png" alt="" /></a>
<!-- Cart -->
<div class="nav-collapse collapse">
<ul class="nav" style="">
<li class="dropdown">
<ul class="dropdown-menu" style="padding:10px;">
<?php
$_from = $_smarty_tpl->tpl_vars['cart']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$_smarty_tpl->tpl_vars['product'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['product']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
$_smarty_tpl->tpl_vars['product']->_loop = true;
$foreach_product_Sav = $_smarty_tpl->tpl_vars['product'];
?>
<li><?php echo $_smarty_tpl->tpl_vars['product']->value['product'];?>
x <?php echo $_smarty_tpl->tpl_vars['product']->value['quantity'];?>
<span style="padding-left: 10px;" class="pull-right"><?php echo smarty_modifier_replace(sprintf("%.2f",$_smarty_tpl->tpl_vars['product']->value['price']),'.',',');?>
<?php echo $_smarty_tpl->tpl_vars['MONNAIE']->value;?>
</span></li>
<?php
$_smarty_tpl->tpl_vars['product'] = $foreach_product_Sav;
}
?>
</ul>
</li>
</ul>
</div>
<?php echo $_smarty_tpl->tpl_vars['menu']->value;?>
</div>
</div>
</div>
</div>
</div>
<div class="yes-responsive">
<div class="navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<?php if ($_smarty_tpl->tpl_vars['sidebro']->value > 0) {?>
<a href="accueil" style="float:left;"><img src="templates/shop/img/<?php echo $_smarty_tpl->tpl_vars['Image_Mini_Logo']->value;?>
" alt="" height="30px" /></a>
<?php }?>
<a href="./cart.php" style="color: #fff; margin-top:7px;margin-bottom:-7px;float:right;"><i class="icon-shopping-cart"></i> <?php echo count($_smarty_tpl->tpl_vars['cart']->value);?>
article(s) - <?php echo smarty_modifier_replace(sprintf("%.2f",$_smarty_tpl->tpl_vars['total']->value),'.',',');?>
€ <b class="caret"></b></a>
<a class="toggleMenu" href="#"><img src="templates/shop/img/icon-menu.png" alt=""></a>
<!-- Cart -->
<div class="nav-collapse collapse">
<ul class="nav" style="">
<li class="dropdown">
<ul class="dropdown-menu" style="padding:10px;">
<?php
$_from = $_smarty_tpl->tpl_vars['cart']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$_smarty_tpl->tpl_vars['product'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['product']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
$_smarty_tpl->tpl_vars['product']->_loop = true;
$foreach_product_Sav = $_smarty_tpl->tpl_vars['product'];
?>
<p><?php echo $_smarty_tpl->tpl_vars['product']->value['product'];?>
x <?php echo $_smarty_tpl->tpl_vars['product']->value['quantity'];?>
<span style="padding-left: 10px;" class="pull-right"><?php echo smarty_modifier_replace(sprintf("%.2f",$_smarty_tpl->tpl_vars['product']->value['price']),'.',',');?>
€</span></p>
<?php
$_smarty_tpl->tpl_vars['product'] = $foreach_product_Sav;
}
?>
</ul>
</li>
</ul>
</div>
<?php echo $_smarty_tpl->tpl_vars['menu_responsive']->value;?>
</div>
</div>
</div>
</div>
<?php } else { ?>
<div>
<div class="navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<?php if ($_smarty_tpl->tpl_vars['sidebro']->value > 0) {?>
<a href="accueil" style="float:left;"><img src="templates/shop/img/<?php echo $_smarty_tpl->tpl_vars['Image_Mini_Logo']->value;?>
" alt="" height="30px" /></a>
<?php }?>
<a href="./cart.php" style="color: #fff; margin-top:7px;margin-bottom:-7px;float:right;"><i class="icon-shopping-cart"></i> <?php echo count($_smarty_tpl->tpl_vars['cart']->value);?>
article(s) - <?php echo smarty_modifier_replace(sprintf("%.2f",$_smarty_tpl->tpl_vars['total']->value),'.',',');?>
€ <b class="caret"></b></a>
<a class="toggleMenu" href="#"><img src="templates/shop/img/icon-menu.png" alt="" /></a>
<!-- Cart -->
<div class="nav-collapse collapse">
<ul class="nav" style="">
<li class="dropdown">
<ul class="dropdown-menu" style="padding:10px;">
<?php
$_from = $_smarty_tpl->tpl_vars['cart']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$_smarty_tpl->tpl_vars['product'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['product']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
$_smarty_tpl->tpl_vars['product']->_loop = true;
$foreach_product_Sav = $_smarty_tpl->tpl_vars['product'];
?>
<p><?php echo $_smarty_tpl->tpl_vars['product']->value['product'];?>
x <?php echo $_smarty_tpl->tpl_vars['product']->value['quantity'];?>
<span style="padding-left: 10px;" class="pull-right"><?php echo smarty_modifier_replace(sprintf("%.2f",$_smarty_tpl->tpl_vars['product']->value['price']),'.',',');?>
€</span></p>
<?php
$_smarty_tpl->tpl_vars['product'] = $foreach_product_Sav;
}
?>
</ul>
</li>
</ul>
</div>
<?php echo $_smarty_tpl->tpl_vars['menu_responsive']->value;?>
</div>
</div>
</div>
</div>
<?php }?>
<?php }
}
?>