{$smarty.const.ADMIN_CATALOG}
|
|
{include file="category_tree.tpl.html"}
|
{$smarty.const.CHANGE_CURRENCY_LINK}:
{include file="change_currency.tpl.html"}
|
{* show two random products from the special offers list *}
{counter name='special_offers_count' start=0 skip=1 print=false}
{section name=i loop=$special_offers}
{counter name=special_offers_count print=false}
{/section}
{counter name=special_offers_count assign="special_offers_count"}
{if $special_offers_count > 1}
{math equation="rand() % (maximum-1)" maximum=$special_offers_count assign="special_offers_random_index"}
{math equation="(n+1)%(m-1)" n=$special_offers_random_index m=$special_offers_count assign="special_offers_random_index2"}
{if $special_offers_random_index ne $special_offers_random_index2}
{/if}
{/if}
{* end of special offers*}
|
{include file="$main_content_template"}
|
|
|
|
{$smarty.const.STRING_AUTHORIZATION}
|
{include file="authorization.tpl.html"}
|
{$smarty.const.ADMIN_NEWS}
|
{if $NewsShortListTpl}
{include file=$NewsShortListTpl}
{/if}
|
|
|
{$smarty.const.ADMIN_VOTING}
|
{include file="customer_survey.tpl.html"}
|
|
|
{$smarty.const.STRING_MODULES_LINKEXCHANGE}
|