Current Path : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/system_message.tpl |
{if !$noShowSystemMessage} {if $aMsgError} <ul class="system-message-error"> {foreach from=$aMsgError item=aMsg} <li> {if $aMsg.title!=''} <strong>{$aMsg.title}</strong>: {/if} {$aMsg.msg} </li> {/foreach} </ul> {/if} {if $aMsgNotice} <ul class="system-message-notice"> {foreach from=$aMsgNotice item=aMsg} <li> {if $aMsg.title!=''} <strong>{$aMsg.title}</strong>: {/if} {$aMsg.msg} </li> {/foreach} </ul> {/if} {/if}