Thread: vB3 nav bar.
View Single Post
Old August 1st, 2004, 11:47 PM   #2 (permalink)
ericgtr
Junior Member
Verified Customer
 
Join Date: Jul 2004
Posts: 24
You can get around this by adding the following to your links in your navbar to all of the .php references.

Example, you have:
<a href="calendar.php?$session[sessionurl]">

Add a $vboptions[bburl]/ in front of it to all the links so it should look like this:
<a href="$vboptions[bburl]/calendar.php?$session[sessionurl]">

Last edited by ericgtr; August 1st, 2004 at 11:50 PM.
ericgtr is offline   Reply With Quote