Hi,
My customers are complaining about the menubar containing:
My Gallery · Album Admin · My Favorites Admin · Home · Search · Profile · Upload Photos · Logout
as being to small to read.
In the menubar.tmpl
where do I add the increased font size?
Can you place it in the proper place below as I am not to savvy with this.
Thanks!
<?php
echo <<<PPPRINT
$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 />
PPPRINT;