<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{$_CONF['info_row']['content_dir']}" xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$_CONF['info_row']['content_language']}" lang="{$_CONF['info_row']['content_language']}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$_CONF['info_row']['charset']}" />
<meta http-equiv="Content-Language" content="{$_CONF['info_row']['content_language']}" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="{$style_path}" type="text/css" />
<title>
{if {$_CONF['info_row']['board_close']} == 1}
{$lang['board_close']}
{else}
{$lang['PBB_Message']}
{/if}
</title>
</head>
<br />
<br />
<table border="0" cellspacing="1" width="60%" class="border" align="center">
<tr>
<td class="tcat" colspan="2" height="23">
<b>{$lang['PBB_Message']} </b>
</td>
</tr>
<tr>
<td class="row1" colspan="2">
<p> {$msg} </p>
</td>
</tr>
</table>
</body>
</html>