View Single Post
Old March 19th, 2005, 04:46 PM   #3 (permalink)
sross
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 152
Thanks Michael. Can you get me started? For example here is my menubar.tmpl

Quote:
<?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;

?>
I am not sure what is needed to make the font colors CFCFD3

THANKS!
sross is offline   Reply With Quote