[TYPO3-english] Show every submenu of a page

Fran sd at sd.com
Wed Aug 11 15:35:38 CEST 2010


Thank.you but it lists all the global menu and its first submenu.
I need to list only the submenu of current page.


Thank you very much.

Fran

"Lina Wolf" <liste at linawolf.de> escribió en el mensaje
news:mailman.1.1281529689.13741.typo3-english at lists.typo3.org...
> you mean something like this:
>
> #written from the head, not tested
> page.20 = HMENU
> page.20 {
>     1 = TMENU
>     1 {
>         wrap = <ul>|</ul>
>         expAll = 1
>         NO.wrapItemAndSub= <li>|</li>
>     }
>     2 = TMENU
>     2 {
>         wrap = <ul>|</ul>
>         NO.wrapItemAndSub= <li>|</li>
>     }
> }
>
> > I am building a template and I would need to show the first level child
> > subpages of the current. Is it possible. How can I do this?
>
>




More information about the TYPO3-english mailing list