help again plzz

Find this code in your NAVBAR template:

Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

You can place this same code underneath and change calendar.php to the correct page and $vbphrase[calendar] to what you want the text on your navbar to read. For example:

Code:
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
 
Back
Top