I have my top dropdown header working beautifully with:
<?php show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL, false, "\n</li>", false, false, false, '<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.
