18 lines
805 B
Smarty
18 lines
805 B
Smarty
<div class="home-section--campaign-item flg">
|
|
<div class="flg-img">
|
|
<span class="fc icons_campaign_{$gender} icon gender-{$gender}"></span>
|
|
</div>
|
|
{* proměnnou $pohlavi posilam z nadrazene sablony - block homesections *}
|
|
<div class="flg-body">
|
|
<p class="gender-{$gender}">{t pohlavi=$pohlavi}Speciální nabídka pro {pohlavi}{/t}</p>
|
|
|
|
{foreach $menu as $item}
|
|
<a href="{$item.url nofilter}" {if $item.target != ''}target="{$item.target}"{/if}
|
|
{if $item.data.color}style="color: {$item.data.color};"{/if}>{$item.title nofilter}</a>
|
|
{/foreach}
|
|
|
|
{if $dbcfg.special_event == true and $cfg.special.public}
|
|
<a href="{url s=category IDcat=$cfg.special.catId}" class="link-special">{$cfg.special.name}</a>
|
|
{/if}
|
|
</div>
|
|
</div> |