View Single Post
Old February 7th, 2008, 07:51 AM   #9 (permalink)
RParekh
Junior Member
 
Join Date: Feb 2008
Posts: 15
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">
&nbsp;$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu&nbsp;
</td>
</tr>
</table>
</td>
</tr>
$ppclose<br />
PPPRINT;

?>
RParekh is offline   Reply With Quote