[TYPO3-english] HMENU: Different class attributes for shortcuts

Stefan Isak stefan.isak at konplan.com
Wed Oct 7 11:45:07 CEST 2009


Hey Everybody,

lets say I have a normal HMENU:

    lib.mymenu = HMENU
    lib.mymenu.entryLevel = 2
    lib.mymenu.wrap = <ul> | </ul>
    lib.mymenu.1 = TMENU
    lib.mymenu.1 {
         NO.allWrap =  <li> | </li> 
                 ACT = 1
                 ACT.allWrap = <li class='active'> | </li> 
    }

Some pages in this menu are shortcuts.
Is it possible to give those pages a different class attribute?

E. g. <li class='shortcut'> | </li>

Thanks a lot.
Stefan


More information about the TYPO3-english mailing list