Just works the same.
It may be the template.
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $pagetitle</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">$pagetitle</td>
</tr>
<tr>
<td class="tfoot"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" scope="row"><b>$title</b></td>
</tr>
<tr>
<td colspan="2" scope="row">$news</td>
</tr>
<tr>
<td width="50%" scope="row"><i>$today by </i></td>
<td width="50%" scope="row"> </td>
</tr>
</table></td>
</tr>
</table>
$footer
</body>
</html>