1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 17:58:24 +03:00
ifhub.club/templates/skin/developer/actions/ActionError/index.tpl
2010-02-08 02:10:30 +00:00

11 lines
392 B
Smarty

{include file='header.light.tpl' noShowSystemMessage=true}
<div class="center-block error">
{if $aMsgError[0].title}
<h1>{$aLang.error}: {$aMsgError[0].title}</h1>
{/if}
<p>{$aMsgError[0].msg}</p>
<p><a href="javascript:history.go(-1);">{$aLang.site_history_back}</a>, <a href="{cfg name='path.root.web'}">{$aLang.site_go_main}</a></p>
</div>
{include file='footer.light.tpl'}