[TYPO3-english] Show every submenu of a page

Lina Wolf liste at linawolf.de
Wed Aug 11 14:28:10 CEST 2010


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