This commit is contained in:
Roman Pyrih
2025-06-20 11:10:02 +02:00
parent 994f721abc
commit 3992f2c1b4
4 changed files with 16 additions and 50 deletions

View File

@@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:34:51
/* Smarty version 3.1.48, created on 2025-06-20 09:32:27
from '/home/admin/domains/masimmo.pl/public_html/modules/blockreassurance/views/templates/hook/displayBlockProduct.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d911b77c329_95861812',
'unifunc' => 'content_68550e8bc0e812_11312088',
'has_nocache_code' => false,
'file_dependency' =>
array (
'93a0cdd218a937a2d929097f5b05520bfc378e5c' =>
array (
0 => '/home/admin/domains/masimmo.pl/public_html/modules/blockreassurance/views/templates/hook/displayBlockProduct.tpl',
1 => 1732016540,
1 => 1734082386,
2 => 'file',
),
),
@@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_673d911b77c329_95861812 (Smarty_Internal_Template $_smarty_tpl) {
function content_68550e8bc0e812_11312088 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="blockreassurance_product">
<?php
@@ -29,7 +29,8 @@ $_smarty_tpl->tpl_vars['block']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['block']->value) {
$_smarty_tpl->tpl_vars['block']->do_else = false;
?>
<div<?php if ($_smarty_tpl->tpl_vars['block']->value['type_link'] !== $_smarty_tpl->tpl_vars['LINK_TYPE_NONE']->value && !empty($_smarty_tpl->tpl_vars['block']->value['link'])) {?> style="cursor:pointer;" onclick="window.open('<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['block']->value['link'], ENT_QUOTES, 'UTF-8');?>
<div class="item-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['key']->value, ENT_QUOTES, 'UTF-8');?>
" <?php if ($_smarty_tpl->tpl_vars['block']->value['type_link'] !== $_smarty_tpl->tpl_vars['LINK_TYPE_NONE']->value && !empty($_smarty_tpl->tpl_vars['block']->value['link'])) {?> style="cursor:pointer;" onclick="window.open('<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['block']->value['link'], ENT_QUOTES, 'UTF-8');?>
')"<?php }?>>
<span class="item-product">
<?php if ($_smarty_tpl->tpl_vars['block']->value['icon'] != 'undefined') {?>
@@ -50,7 +51,7 @@ $_smarty_tpl->tpl_vars['block']->do_else = false;
<span class="block-title" style="color:<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['textColor']->value, ENT_QUOTES, 'UTF-8');?>
;"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['block']->value['title'], ENT_QUOTES, 'UTF-8');?>
</span>
<p style="color:<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['textColor']->value, ENT_QUOTES, 'UTF-8');?>
<p class="block-description" style="color:<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['textColor']->value, ENT_QUOTES, 'UTF-8');?>
;"><?php echo $_smarty_tpl->tpl_vars['block']->value['description'];?>
</p>
<?php }?>
@@ -58,7 +59,6 @@ $_smarty_tpl->tpl_vars['block']->do_else = false;
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
<div class="clearfix"></div>
</div>
<?php }
}