Skip to content

Instantly share code, notes, and snippets.

@sivakumarbdu
Created February 10, 2012 13:06
Show Gist options
  • Save sivakumarbdu/1789577 to your computer and use it in GitHub Desktop.
Save sivakumarbdu/1789577 to your computer and use it in GitHub Desktop.
typo3-left-menu
lib.nav.menu = COA
lib.nav.menu {
wrap = <ul id="menu" class="123">|</ul>
20 = HMENU
20 {
special = directory
special.value =514 #menu starting page id
1 = TMENU
1 {
expAll = 1
NO = 1
NO.wrapItemAndSub = <li class="m_none">|</li>
IFSUB = 2
IFSUB.wrapItemAndSub = <li class="m_none">|</li>
CUR = 1
CUR {
wrapItemAndSub = <li id="active" class="m_none">|</li>
}
}
2 < .1
2.wrap = <ul class="m_hide">|</ul>
3 < .2
4 < .2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment