Hey, nice skin! How do I edit the navbar links in it? Basically I just want to add the Arcade link. the instructions are:
In this navbar-Template search for:
PHP Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Below add:
PHP Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
But obviously the skin alters the code =p