PDA

View Full Version : Navbar link


Hollow_soul
12-05-2005, 12:37 AM
Hello I am a newbie. How do I add a link on the Navbar? I am running 3.5.1

Thank you

baronvonwalz
12-05-2005, 02:20 AM
Find in your templates the set "Navigation/Breadcrumb Templates", double click it to expand, and then locate within those the template navbar. Open it up.

Then look for the following code.
<!-- nav buttons bar -->

And put under it this code, replacing the url with the one you need, and text with what you want the link to say.

<td class="vbmenu_control"><a href="www.defaulturl.com">Text</a></td>

Hollow_soul
12-05-2005, 03:16 AM
thank you