|
Chuck, I figure out how to put a bold. It seem the right line is smaller which look better than before. Is it possible to make the same like the left cell?
if ( $pmenu ) {
echo<<<PPPRINT
<tr>
<td colspan="2" class="{$Style['tddetails']}" align="center">
<span class="{$Style['small']}">$pmenu</span>
</td>
</tr>
PPPRINT;
}
if ( $admmenu ) {
echo<<<PPPRINT
<tr>
<td colspan="2"class="{$Style['tddetails']}" align="center">
<span class="{$Style['small']}">{$Globals['pp_lang']['adminopts']}<br />$admmenu</span>
|