{assign var="title" value="An Error has occured"} {include file="header.html"}
{$title}

{if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if}
    Please contact site administrator: {$admin_email}.
    {include file="footer.html"}