Skip to content

Instantly share code, notes, and snippets.

@a-r-m-i-n
Last active August 29, 2015 14:14
Show Gist options
  • Save a-r-m-i-n/85d11a1361d631f44224 to your computer and use it in GitHub Desktop.
Save a-r-m-i-n/85d11a1361d631f44224 to your computer and use it in GitHub Desktop.
Simple <ul> Menu using TypoScript
lib.mainMenu = HMENU
lib.mainMenu {
1 = TMENU
1 {
noBlur = 1
expAll = 1
NO = 1
NO.wrapItemAndSub = <li class="first">|</li>|*|<li>|</li>|*|<li class="last">|</li>
ACT < .NO
ACT.wrapItemAndSub = <li class="first active">|</li>|*|<li class="active">|</li>|*|<li class="last active">|</li>
wrap = <ul>|</ul>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment