This commit is contained in:
Roman Pyrih
2024-12-12 15:57:01 +01:00
parent 2e7c3943e4
commit e75fa515f5
62 changed files with 4916 additions and 42 deletions

View File

@@ -19,7 +19,7 @@
<div class="blockreassurance_product">
{foreach from=$blocks item=$block key=$key}
<div{if $block['type_link'] !== $LINK_TYPE_NONE && !empty($block['link'])} style="cursor:pointer;" onclick="window.open('{$block['link']}')"{/if}>
<div class="item-{$key}" {if $block['type_link'] !== $LINK_TYPE_NONE && !empty($block['link'])} style="cursor:pointer;" onclick="window.open('{$block['link']}')"{/if}>
<span class="item-product">
{if $block['icon'] != 'undefined'}
{if $block['custom_icon']}
@@ -33,7 +33,7 @@
<p class="block-title" style="color:{$textColor};">{$block['title']}</p>
{else}
<span class="block-title" style="color:{$textColor};">{$block['title']}</span>
<p style="color:{$textColor};">{$block['description'] nofilter}</p>
<p class="block-description" style="color:{$textColor};">{$block['description'] nofilter}</p>
{/if}
</div>
{/foreach}