huhu, danke für die mühe, es funktioniert!
aber egal was ich in der function.php ändere führt zu einem error in zeile 297 (wie oben)
zb.:
<table align="left" width="100%" border="0">
<tr>
<td>$arrowpic</td>
<td><a href="modules.php?name=Your_Account" title="$account">Account</a></td>
<td>$arrowpic</td>
<td><a href="modules.php?name=Your_Account&op=logout" title="$logout">Logout</a></td>
</tr>
</table>
in das (
width="350")
<table align="left" width="350" border="0">
<tr>
<td>$arrowpic</td>
<td><a href="modules.php?name=Your_Account" title="$account">Account</a></td>
<td>$arrowpic</td>
<td><a href="modules.php?name=Your_Account&op=logout" title="$logout">Logout</a></td>
</tr>
</table>
bekomme ich den selben error.. bitte woran liegt dass??? lg.