{if $smarty.const._TPL_FATAL_ERROR_TITLE} {assign var="title" value=$smarty.const._TPL_FATAL_ERROR_TITLE} {else} {assign var="title" value="An Error has occured"} {/if} {include file="header.html"}
    {if is_array($error)} {foreach from=$error item=e}
  • {if $is_html}{$e}{else}{$e|escape}{/if}
  • {/foreach} {else} {if $is_html}{$error}{else}{$error|escape}{/if} {/if}


    Please contact webmaster: {$admin_email|escape}. {include file="footer.html"}