{* шаблон вывода спецпредложений *} {if $special_offers}
{* формирование названия товара *}
{if $smarty.const.CONF_MOD_REWRITE eq 1}
{assign var="link" value="`$special_offers[i].name`"}
{else}
{assign var="link" value="`$special_offers[i].name`"}
{/if}
{assign var="preheader" value="+"}
{if $isadmin eq "yes"}{assign var="postheader" value=`$preheader``$link`}{else}{assign var="postheader" value=$link}{/if}
{* вывод названия товара *}
{include file="header.tpl.html" header=$postheader} {* вывод блока товара *}
|
{if ($smarty.section.i.index+1) is div by $smarty.const.CONF_TAB_COUNT_IN_HOME}
![]() |
{/if}
{/section}