Your IP : 172.28.240.42


Current Path : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/new-jquery/
Upload File :
Current File : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/new-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}