View Single Post
Old October 18th, 2005, 03:12 PM   #5 (permalink)
molieman
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 92
Integrating with phpBB, but am using PhotoPost "Blue" Stylesheet.

I want to add "Classifieds", "Forum", and "MAIN" (our home page) to the menubar.

Below is my menubar.tmpl,

Thanks again,
Matt O.

-------------------------

<?php
echo <<<PPPRINT
<!-- BEGIN TEMPLATE: menubar.tmpl -->
$ppopen
<tr>
<td class="{$Style['menubar']}" 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 />
<!-- END TEMPLATE: menubar.tmpl -->
PPPRINT;

?>
molieman is offline   Reply With Quote