|
Okay something has changed in that template LOL its line 86 now
if ( $Globals['disptitle'] == "yes" ) {
echo<<<PPPRINT
<tr>
<td class="{$Style['menubar']}" align="center"><b>$title</b></td>
</tr>
PPPRINT;
}
echo<<<PPPRINT
$filmstrip_bottom
</table>
</td>
</tr>
</table>
PPPRINT;
|