Created
February 13, 2015 17:50
-
-
Save jaredpalmer/7c79b6b79929245eb39b to your computer and use it in GitHub Desktop.
wordpress nav inner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper"> | |
<!-- logo --> | |
<!-- /logo --> | |
<!-- nav --> | |
<nav class="nav" role="navigation"> | |
<ul class="mtree"> | |
<li><a class="menu" href="">MENU</a><?php html5blank_nav(); ?></li> | |
</ul> | |
</nav> | |
<!-- /nav --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment