ÿØÿà 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-11-16 08:17:01
compiled from "templates/shop/modules/pub2.tpl" */ ?>
<?php
/*%%SmartyHeaderCode:12473481086555c1eda84896_83657607%%*/
if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'074bb12e200be7c29f0e639415890f63f46fde8a' =>
array (
0 => 'templates/shop/modules/pub2.tpl',
1 => 1654536925,
2 => 'file',
),
),
'nocache_hash' => '12473481086555c1eda84896_83657607',
'variables' =>
array (
'advertisings' => 1,
'adv2' => 1,
),
'has_nocache_code' => false,
'version' => '3.1.24',
'unifunc' => 'content_6555c1eda92fa1_28814528',
),false);
/*/%%SmartyHeaderCode%%*/
if ($_valid && !is_callable('content_6555c1eda92fa1_28814528')) {
function content_6555c1eda92fa1_28814528 ($_smarty_tpl) {
$_smarty_tpl->properties['nocache_hash'] = '12473481086555c1eda84896_83657607';
?>
<!-- Publicités -->
<div class="well">
<ul class="bxslider2">
<?php
$_from = $_smarty_tpl->tpl_vars['advertisings']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$_smarty_tpl->tpl_vars['adv2'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['adv2']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['adv2']->value) {
$_smarty_tpl->tpl_vars['adv2']->_loop = true;
$foreach_adv2_Sav = $_smarty_tpl->tpl_vars['adv2'];
?>
<?php if ($_smarty_tpl->tpl_vars['adv2']->value['status'] == 1 && $_smarty_tpl->tpl_vars['adv2']->value['location'] == 2) {?>
<li style="text-align:center">
<?php if ($_smarty_tpl->tpl_vars['adv2']->value['target'] == '_blank') {?>
<a href="<?php echo $_smarty_tpl->tpl_vars['adv2']->value['url'];?>
" target="_blank">
<?php } else { ?>
<a href="<?php echo $_smarty_tpl->tpl_vars['adv2']->value['url'];?>
" target="_self">
<?php }?>
<img src="uploadfiles/slide1_internal/<?php echo $_smarty_tpl->tpl_vars['adv2']->value['picture'];?>
" alt="" />
</a>
</li>
<?php }?>
<?php
$_smarty_tpl->tpl_vars['adv2'] = $foreach_adv2_Sav;
}
?>
</ul>
</div>
<?php }
}
?>