Go to the Amdin CP, HTML Templates, Manage HTML, Board index Sections, Start Board Statictics Table.
Now, find this:
Quote:
| <a href='{ibf.script_url}act=Stats&CODE=leaders'>{ibf.lang.sm_forum_leaders}</a> |
Now, replace that with this:
Code:
<a href='{ibf.script_url}act=Stats&CODE=leaders'>The Moderator</a>
However, the reason it says Team is because the Admin's are listed there as well. If I where you, Ide make it like:
Code:
<a href='{ibf.script_url}act=Stats&CODE=leaders'>The Forum Staff</a>
Majicman