Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:35:31
from '/home/admin/domains/masimmo.pl/public_html/themes/classic/templates/catalog/_partials/product-flags.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d91435560e8_93889016',
'has_nocache_code' => false,
'file_dependency' =>
array (
'72177977cae948c5ce6d03fe53c88fa781b91ba0' =>
array (
0 => '/home/admin/domains/masimmo.pl/public_html/themes/classic/templates/catalog/_partials/product-flags.tpl',
1 => 1732017033,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_673d91435560e8_93889016 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_loadInheritance();
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1930246664673d9143553709_33211929', 'product_flags');
?>
<?php }
/* {block 'product_flags'} */
class Block_1930246664673d9143553709_33211929 extends Smarty_Internal_Block
{
public $subBlocks = array (
'product_flags' =>
array (
0 => 'Block_1930246664673d9143553709_33211929',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<ul class="product-flags js-product-flags">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['flags'], 'flag');
$_smarty_tpl->tpl_vars['flag']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['flag']->value) {
$_smarty_tpl->tpl_vars['flag']->do_else = false;
?>
<li class="product-flag <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['flag']->value['type'], ENT_QUOTES, 'UTF-8');?>
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['flag']->value['label'], ENT_QUOTES, 'UTF-8');?>
</li>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</ul>
<?php
}
}
/* {/block 'product_flags'} */
}