[TYPO3-german] Re: Re: "Startseite" wird im Menu nicht mit id="active" gesetzt. GELÖST/SOLVED
René Häfliger
typo3 at agentur-frontal.ch
Mon May 8 15:57:21 CEST 2006
habs so gelöst:
#Making the Home-Link (PID of Home is 1)
temp.home = HMENU
temp.home.special = list
temp.home.special.value = 1
temp.home.1 = TMENU
temp.home.1 {
noBlur = 1
expAll = 1
NO.wrapItemAndSub = <li>|</li>
}
#Making rest of the Menu
temp.hmenu = HMENU
temp.hmenu.1 = TMENU
temp.hmenu.1 {
noBlur = 1
expAll = 1
NO.wrapItemAndSub = <li>|</li>
}
temp.hmenu.2 = TMENU
temp.hmenu.2 {
noBlur = 1
wrap = <ul>|</ul>
NO.wrapItemAndSub = <li>|</li>
}
#Combining Home and rest of the menu
lib.hmenu = COA
lib.hmenu {
10 < temp.home
20 < temp.hmenu
stdWrap.wrap = <ul id="navigation">|</ul>
}
Bessere Vorschläge?
Best
René
More information about the TYPO3-german
mailing list