(SOLVED) Show_menu2 -- Menus swapping spots -- need help

devnet

So obvious... thank you for your help with my blindness.  :-D It works perfectly now.

kweitzel

Please define the first menu as well in the info.php and the menucall. So, instead of 0 which translates into "default" use 1 which then is "mneu 1".

cheers

Klaus

devnet

#1
I have my top dropdown header working beautifully with:

<?php show_menu2(0SM2_ROOTSM2_ALLSM2_ALLfalse"\n</li>"falsefalsefalse'<ul id="header_menu" class="menu">'); ?>

and I have my bottom menu showing the separate pages I only want on the bottom menu, using

<?php show_menu2(2);?>


The problem is that when I select a page from my bottom menu, the top menu gets replaced with the bottom menu. Can someone please explain to me what I can do to make my bottom navigation stay only at the bottom when I'm on one of those pages and have my top navigation stay the way it should be when on those pages. :?