Quote:
Originally Posted by pandoros
hot!
love it
but I am missing my link to my Arcade in NavBar
|
In the Navbar template.
Just add
Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]"><span style='color:#FFFF00;'>Arcade</span></a></td>
For instance if you wanted it next to Calender on the Navbar you would serch for
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
and add the Arcade code before or after the Calendar code, depending on were you wanted it to be placed on the Navbar.