Skip to content

Instantly share code, notes, and snippets.

@iainurquhart
Created November 2, 2013 21:33
Show Gist options
  • Save iainurquhart/7283749 to your computer and use it in GitHub Desktop.
Save iainurquhart/7283749 to your computer and use it in GitHub Desktop.
<nav class="top-bar">
<ul class="title-area">
<li class="name">
<h1><a href="{path=}">Top Site Label </a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
{exp:taxonomy:nav
tree_id="2"
display_root="no"
style="linear"
}
{if node_level_count == 1}
<ul{if node_level > 1} class="dropdown"{/if}>
{/if}
{if node_count == 1}<li class="divider"></li>{/if}
<li{if node_has_children} class="has-dropdown"{/if}><a href="{node_url}">{node_title}</a>{children}</li>
{if node_level == 1}<li class="divider"></li>{/if}
{if node_level_count == node_level_total_count}</ul>{/if}
{/exp:taxonomy:nav}
</section>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment