Page 1 of 1

2 different menu's in 1 template

Posted: Fri Jun 15, 2007 7:50 pm
by musicscore
Hey,

I created 2 menu's in one template :

   
   
         Navigatie
         {menu template='cssmenu.tpl' number_of_levels="1"}
   
   

   
   
         {menu template='cssmenu_hor' start_level="2" show_root_siblings="1"}
   
   

In the header I include  :






The CSSMenu_hor menu-template is a copy of the CSSMenu.tpl template except I change 2 line's.
I added a 2 so I can use this id's in CSS





Now the second menu (Navigatie2) does not show the items below the parent.

What do I do wrong ??   Please help

Re: 2 different menu's in 1 template

Posted: Fri Jun 15, 2007 8:52 pm
by KO
Are you using this cssmenu_hor as database template? if it's file it needs to be renamed as  cssmenu_hor.tpl to work.
What does the source say?
Have you tried to remove show_root_siblings="1"