PDA

View Full Version : Problem trying to add new nav on top of nav?


DarknessDivine
06-22-2004, 11:07 AM
Okay here is what I'm adding
<!-- Navbar on top of $navbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!-- Links to put int new navbar -->
<td class="vbmenu_control"><a href="http://madmaddeals.com/index.php?$session[sessionurl]">Home</a></td>
<td class="vbmenu_control"><a href="http://madmaddeals.com/forum/index.php?$session[sessionurl]">Forum</a></td>
<td class="vbmenu_control"><a href="http://www.madmaddeals.com/index.php?page=about?$session[sessionurl]">All Stores</a></td>
<td class="vbmenu_control"><a href="http://www.madmaddeals.com/index.php?page=privacy?$session[sessionurl]">Privacy Policy</a></td>
<!-- / Links to put int new navbar -->

</tr>
</table>
<!-- / Navbar on top of $navbar -->
Problem is that this link Problem is that the extra pages I've added with my CMPS won't show right. When clicked they automatically take you back to front page...Any ideas?

Brian
06-22-2004, 11:09 AM
page=about?$session[sessionurl]

Change that to:

$session[sessionurl]page=about

You probably need to do the same with your privacy page too. ;)

Our Sponsors
 

DarknessDivine
06-22-2004, 11:15 AM
LOL...thanks Brian...:)