PDA

View Full Version : adding a new link on the navbar


Treak
03-16-2006, 06:02 AM
how do i add a new link onto the nav bar..

Brad
03-16-2006, 10:58 AM
Open the navbar template, and find:

<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>

Below that add:

<td class="vbmenu_control"><a href="myfile.php$session[sessionurl_q]">Custom link</a></td>

Edit the text/url for your own needs.