[TYPO3-templavoila] A question about menus

Franz Koch typo3 at fx-graefix.de
Mon Feb 27 11:34:48 CET 2006


Hi,
> I cant seem to get it working the way you describe it.
> Its like the second lib.menu_1.1 is just overwriting the first one.

ah, ups, sorry, my fault (didn't check the code for writing errors). 
Your right - it's overwriting it. The second "lib.menu_1.1" should be a 
"lib.menu_1.2" as defined one row above.
So correct would be:

---------
lib.menu_1.1 = HMENU
lib.menu_1.1 {
     entryLevel = 0
     ...
     1 = TMENU {
       ...
     }
}
lib.menu_1.2 = HMENU
lib.menu_1.2 {
     entryLevel = 1
     ...
     1 = TMENU {
       ...
     }
     2 < .1  #second menu-level
     3 < .1  #third menu-level
     ...
}
---------
you could also name them completely different (lib.main_navi, 
lib.sub_navi,...)


-- 
Kind regards,
Franz Koch



More information about the TYPO3-project-templavoila mailing list