OK chatserv this is the error l get when adding Private_Messages or Members_List
Fatal error: Call to undefined function: themeheader() in /home/sites/site89/web/header.php on line 32
Parse error: parse error, unexpected $ in /home/sites/site89/web/themes/mysite/theme.php on line 356
And when l go to those lines this is what is displayed
line 356 is out of rang in theme.php and the other one shows this bit of code on line 32 l copyed the first 6 lines above and 6 lines down from line 32 incase its an error before it
|
Code:
|
</td>
<td width=\"9\"><img src=\"themes/Mytheme/images/tabletr.gif\" width=\"9\" height=\"29\" border=\"0\"></td>
</tr>
<tr>
<td colspan=\"3\">
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">
<tr>
<td background=\"themes/Mytheme/images/leftside.gif\" width=\"15\"><img src=\"themes/Mytheme/images/leftside.gif\" width=\"15\" height=\"4\" border=\"0\"></td>
<td bgcolor=\"#242424\" width=\"100%\">\n";
$tableStatus = "open";
}
else {}
}
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
} |
any idea to what is causing this ...
XtraX :?