[TYPO3] How do I show ALL submenus?
Mike
php at talkingspider.com
Thu Aug 24 02:46:31 CEST 2006
Right now, this is only showing submenus for the page you're
currently viewing. How do I make ALL the sublinks show up under
their parent links, on all pages?
temp.redmenu = HMENU
temp.redmenu.begin = 1
temp.redmenu.entryLevel =1
temp.redmenu.1 = TMENU
temp.redmenu.1 {
IFSUB = 1
IFSUB.linkWrap = this is a link: |
NO.allWrap = this is a link with no subs: |
NO.ATagParams = class = "top_menu_category"
}
temp.redmenu.2 = TMENU
temp.redmenu.2 {
NO.allWrap = this is a sublink: |
NO.ATagParams = class = "rednavsublink"
}
More information about the TYPO3-english
mailing list