Skip to content

Instantly share code, notes, and snippets.

@gordonbanderson
Created October 4, 2011 07:01
Show Gist options
  • Save gordonbanderson/1261047 to your computer and use it in GitHub Desktop.
Save gordonbanderson/1261047 to your computer and use it in GitHub Desktop.
<h3 class="hide">Top Level Navigation</h3>
<div id="myslidemenu" class="jqueryslidemenu">
<a name="topLevelNavigation" class="hide"></a>
<ul class="primary-menu">
<% control Menu(1) %>
<li><a href="$Link" class="$LinkOrSection">$Title</a>
<% if Children %>
<ul>
<% control Children %>
<li><a href="$Link">$Title</a></li>
<% end_control %>
</ul>
<% end_if %>
</li>
<% end_control %>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment