[TYPO3] Adding home page to menu

René Häfliger typo3 at agentur-frontal.ch
Mon May 8 15:55:24 CEST 2006


i solved it like this:

#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>
}


Better Ideas?

Best
René



More information about the TYPO3-english mailing list