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">
$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu
</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!