Log in

View Full Version : adding another navbar link


tytyguy
05-03-2006, 11:40 PM
i want to add another link in my navbar. i try putting this in...
<td class="vbmenu_control"><a href="parts.html?$session[sessionurl]do=list">$vbphrase[Parts]</a></td>
but that didnt do anything
my site is http://www.prelude-tech.com

thanks

peterska2
05-03-2006, 11:42 PM
Unless you have created a phrase names Parts that won't work.

Use this instead,

<td class="vbmenu_control"><a href="parts.html?$session[sessionurl]do=list">Parts</a></td>

tytyguy
05-03-2006, 11:48 PM
that did it! Thanks!