Quote:
Originally Posted by funinthesun
How do I link this onto the navbar?
|
I can answer this one..
Open up your nav bar and search for something that's on your particular Nav bar. Like say "Log Out" ..
should look like:
<td class="vbmenu_option"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
put
<td class="vbmenu_control"><a href="/photoplog/index.php">Photo Gallery</a></td>
Save and reload and in another view see if it's where you want it to be. Until you're used to adding things to your nav bar have 2 browsers open and look at the changes as you do them.