Ok so in the header file I found this relating to it:
Code:
<a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/skin/menu_members.gif" alt="$vbphrase[members_list]" /></a>
So im I just changing it to:
Code:
<a href="arcade.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/skin/menu_arcade.gif" alt="$vbphrase[arcade]" /></a>
Cause I gave that a shot but the image just disappeared, the other 2 moved over a bit because of that... so its obviously something ive done wrong in the code there.