Slugsnack
10-31-2008, 10:00 PM
Okay, this is like the easiest way you'll ever figure out how to add links to your navigation.
You go to your ADMIN CP -> Style Manager ->Choose your template you want to add the navigation link in-> Edit Template ->Navigation/BreadCrumb Templates->Navbar
Search for:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
After that add:
<td class="vbmenu_control"><a href="LINK TO DESTINATION">DESTINATION NAME</a></td>
An example of what it looks like can be found in the attachment.
You go to your ADMIN CP -> Style Manager ->Choose your template you want to add the navigation link in-> Edit Template ->Navigation/BreadCrumb Templates->Navbar
Search for:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
After that add:
<td class="vbmenu_control"><a href="LINK TO DESTINATION">DESTINATION NAME</a></td>
An example of what it looks like can be found in the attachment.