{* Smarty *}
{include file="{$tpl_path}header.tpl"}
<table class="post">
<tr>
<td class="tablehead">
Error
</td>
</tr>
<tr>
<td valign="top" align="center">
{$msg}
</td>
</tr>
</table>
{include file="{$tpl_path}footer.tpl"}