MarkB:
PHP Code:
if ($forum['sponsorimg']) {
eval("\$sponsoredby = \"".gettemplate('forumdisplay_sponsoredby')."\";");
} else {
$sponsoredby = '';
}
ForzaGrifo:
Well, the first error I have NO idea what is all about.
That function is used on ALL admin pages, can't understand what it's producing an error here.
About the second error:
Can you paste a line or two BEFORE line 365?
Maybe you deleted a ; or }, I dunno.