Müsste normal in der Layout.lib.php sein, denke mal ->
Code:
<?
function head($titel){
echo '
<table style="border:solid 0px black" width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#4B69FF">
<tr>
<td valign="middle" align="center" height="18" bgcolor="#1e364c"><b><font color="#ffffff">'.$titel.'</font></b></td>
</tr>
<tr>
<td bgcolor="#FEFBF5" valign="top" align="left">
<table width="98%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}
function foot(){
echo '
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0"><tr><td height="0"></td></tr></table>
';
}
function menuehead($titel){
echo'
<table style="border:solid 0px black" width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#4B69FF">
<tr>
<td valign="middle" align="center" height="18" bgcolor="#1e364c"><b><font color="#ffffff">'.$titel.'</font></b></td>
</tr>
<tr>
<td bgcolor="#FEFBF5" valign="top" align="left">
<table width="98%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}
function menuefoot(){
echo'
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0"><tr><td height="0"></td></tr></table>
';
}
?>
könnte es gehen