/ Published in: Other
Put this in your template.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# ------------------------ # Meny level 1 # ------------------------ # Menu 1 cObject lib.mainMenu = HMENU # First level menu-object, textual lib.mainMenu.1 = TMENU lib.mainMenu.1 { expAll = 0 # Normal state properties NO.stdWrap.htmlSpecialChars = 1 # Enable active state and set properties: ACT = 1 ACT.stdWrap.htmlSpecialChars = 1 } # Second level menu-object, textual lib.mainMenu.2 = TMENU lib.mainMenu.2 { # Normal state properties NO.stdWrap.htmlSpecialChars = 1 # Enable active state and set properties: ACT = 1 ACT.stdWrap.htmlSpecialChars = 1 }