WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Freeman78 on February 12, 2008, 11:11:25 PM

Title: SHOWMENU 2....WEIRD BEHAVIOUR
Post by: Freeman78 on February 12, 2008, 11:11:25 PM
Hi there,
i'm trying to port a template i made, it use 2 menu, one on the top and one on the left.
Setting it up it's fine, but when i click on any page on the left it will "replace" the top menu items hiding the top menu items...what i'm doing wrong?
If you need the call to the menus here they are :
TOP MENU
<?php show_menu2(0, SM2_ROOT, SM2_CURR+1, SM2_SIBLING, false, false, false, false);?>
LEFT MENU
<?php show_menu2(1,SM2_ROOT, SM2_ROOT, SM2_SIBLING, false, false, '<ul class="menu-top">', '</ul>');?>
Thanks to anyone that is willing to help!
Here you can see a test live example :
http://www.allforglory.nl/wb/
If you try to click on the left items check the top items....(the image can be clicked to bring you back to the main index page)
 :|
------------------
Fixed by Myself :)