Umm, not that familiar with template editing. What should I add to this for the Forum home to show? And where?
Quote:
<?php
echo <<<PPPRINT
$ppopen
<tr>
<td class="tcat" width="100%" colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="{$Style['menubarnb']}" width="50%" align="left" valign="middle">
$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu
</td>
</tr>
</table>
</td>
</tr>
$ppclose<br />
PPPRINT;
?>
|