Hi all,
The topic review feature that is visible below the post you're creating is not showing any of the thread, just this error:
Code:
Fatal error: Call to undefined function: opentable() in mainfile.php on line 322
Here is that chunk of code:
Code:
function title($text) {
OpenTable();
echo "<center><font class=\"title\">$text</font></center>";
CloseTable();
echo "
";
}
Ideas?
Thanks in advance