[TYPO3] horz and vert menus

Alexander Kirchhof alexander.kirchhof at web.de
Sun Jul 23 18:30:58 CEST 2006


Hello Steph,

> ...
> Licensing
> --License A
> --License B
> --License C
> ...

> when you click on ... Licensing, I want to see a vertical submenu in
> the left column:
> License A
> License B 
> License C

as far as I know, the attribute you need is entryLevel, linke this:

myHMENU = HMENU
myHMENU {
  [...]
  ### starting off the site root = 0, second level = 1, ..., so:
  entryLevel = 1
  [...]
}

Greetings

Alexander



More information about the TYPO3-english mailing list