[TYPO3] MENU
    Patrik 
    paprikb at gmail.com
       
    Tue Feb 19 10:58:33 CET 2008
    
    
  
I have a menu defined like this:
temp.menuLeft = HMENU
temp.menuLeft.entryLevel = {$temp.menuLeft.entryLevel}
temp.menuLeft.wrap = |<br />
temp.menuLeft {
  1 = TMENU
  1 {
    NO.wrapItemAndSub = <li>|</li>
    ACT < .NO
    ACT.ATagParams = class="menuOn"
    ACT = 1
  }
  2 = TMENU
  2 {
    wrap = <ul id="secondary-nav">|</ul>
    NO.wrapItemAndSub = <li>|</li>
    ACT < .NO
    ACT.ATagParams = class="menuOn"
    ACT = 1
  }
}
Menu goes like this:
Section 1
...Section1.1
...Section1.2
...Section.1.3
...Section1.4
....
ex. I need to change the class of item 1.4
How make...?
Best regards,
Patrik
    
    
More information about the TYPO3-english
mailing list