Topic: Removing (Moderated by username, username)

is it possible to remove that line below the forum sections in the index easily?

Re: Removing (Moderated by username, username)

in index.php line 132


<?php echo $forum_field."\n".$moderators ?>

Change it to

<?php echo $forum_field ?>

wink

Re: Removing (Moderated by username, username)

Thank you for the quick response!