Skip to content

Instantly share code, notes, and snippets.

@t3easy
Created July 17, 2013 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t3easy/6021160 to your computer and use it in GitHub Desktop.
Save t3easy/6021160 to your computer and use it in GitHub Desktop.
superfish menu for TYPO3
#page.includeCSS.1353257182 = {$paths.public}/Css/superfish.css
page.includeJSFooterlibs.jquery = http://code.jquery.com/jquery.min.js
page.includeJSFooterlibs.jquery.external = 1
page.includeJSFooter.1353257182 = {$paths.public}/Js/superfish.js
page.jsFooterInline.1353257182 = TEXT
page.jsFooterInline.1353257182.wrap = $(document).ready(function() {|});
page.jsFooterInline.1353257182.value = $('ul.sf-menu').superfish();
lib.menu = HMENU
lib.menu {
entryLevel = 0
#wrap = <nav>|</nav>
1 = TMENU
1 {
expAll = 1
noBlur = 1
wrap = <ul id="nav" class="sf-menu">|</ul>
NO = 1
NO {
ATagTitle.field = abstract // description // subtitle
wrapItemAndSub = <li class="first">|</li> |*| <li>|</li> |*| <li class="last">|</li>
}
}
2 < .1
2.wrap = <ul>|</ul>
3 < .2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment