{* шаблон блока авторизации *} {if $isadmin eq "yes"} {$smarty.const.ADMINISTRATE_LINK}
{$smarty.const.MY_ACCOUNT_LINK}
{$smarty.const.LOGOUT_LINK} {elseif $log ne ""} {$smarty.const.MY_ACCOUNT_LINK}
{$smarty.const.LOGOUT_LINK} {else}
{$smarty.const.CUSTOMER_LOGIN}   
{$smarty.const.CUSTOMER_PASSWORD} 

{/if}