[TYPO3] Possible to split a menu in half?

Markus Lange markus.lange at bgm-gmbh.de
Thu Feb 2 15:56:25 CET 2006


>Jody Cleveland sagte:
> menu, but how do I split that menu in half so I can have it as two
> separate divs?

try something like (look at tsref for HMENU)
lib.mainMenu = HMENU
lib.mainMenu {
  begin = 0
  max = 5
  wrap = div1
}
....

lib.mainMenuX < lib.mainMenu
lib.mainMenuX {
  begin = 5
  wrap = div2
}

hth


-- 
Markus Lange




More information about the TYPO3-english mailing list