This is what I have in my root/index.php:
Code:
if ( !isset($forum['moderators']) ) {
eval("\$forum['moderators'] = \"".gettemplate('forumhome_moderator')."\";");
} else {
eval("\$forum['moderators'] .= \", ".gettemplate('forumhome_moderator')."\";");
}
}
}
if ( !isset($forum['moderators']) ) {
eval("\$forum['moderators'] = \"".gettemplate('forumhome_nomoderator')."\";");
}
What do I do? And also can I get the brackets like this around it?:
[Moderated By: whomever, noone]