Published in: Other
Put this in your template.
# ------------------------ # Meny level 1 # ------------------------ # Menu 1 cObject lib.mainMenu = HMENU lib.mainMenu.1.wrap = <ul>|</ul> # First level menu-object, textual lib.mainMenu.1 = TMENU lib.mainMenu.1 { expAll = 0 # Normal state properties NO.allWrap = <li> | </li> NO.stdWrap.htmlSpecialChars = 1 # Enable active state and set properties: ACT = 1 ACT.stdWrap.htmlSpecialChars = 1 ACT.allWrap = <li class="selected"> | </li> } # Second level menu-object, textual lib.mainMenu.2 = TMENU lib.mainMenu.2.wrap = <ul>|</ul> lib.mainMenu.2 { # Normal state properties NO.allWrap = <li> | </li> NO.stdWrap.htmlSpecialChars = 1 # Enable active state and set properties: ACT = 1 ACT.stdWrap.htmlSpecialChars = 1 ACT.allWrap = <li class="selected"> | </li> }
You need to login to post a comment.
