Thread: how to edit
View Single Post
Old November 27th, 2008, 09:35 PM   #3 (permalink)
gamefowls
Junior Member
Verified Customer
 
Join Date: Jul 2008
Posts: 27
How ? this is the code via edit templates


<?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="" width="50%" align="left" valign="middle">
&nbsp;$menu2
</td>
<td class="" width="50%" align="right" valign="middle">
$menu&nbsp;
</td>
</tr>
</table>
</td>
</tr>
$ppclose<br />
<!-- END TEMPLATE: menubar.tmpl -->
PPPRINT;

?>
gamefowls is offline   Reply With Quote