Hi everyone,
today i have a simple question but i can't find a solution. I have a main menu which only shows the level 0 items (top level). Clear, every top level page could have n..* subpages. If a top level page is selected, i want an output (second menu) like this
HOME NEWS > EVENTS < (Main Menu)
--Menu 2--
EVENT 1
> EVENT 2 <
I use this code for Menu 2:
show_menu2(0, SM2_ROOT+1, SM2_START, SM2_ALL | SM2_PRETTY);
But if i select EVENT 1...EVENT 2 etc. the menu vanish. But i want to have the Menu for each Subpage of EVENTS. How to realize this?
Thanks and sorry for the bad english!