Created
July 28, 2014 23:21
-
-
Save sunilw/79fd51451c1baa864347 to your computer and use it in GitHub Desktop.
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
<?php | |
/*** | |
/* todo : replace hardcode with dynamically generated menu | |
*/ | |
?> | |
<nav class="menu-responsive"><div class="slicknav_menu"><a href="#" aria-haspopup="true" tabindex="0" class="slicknav_btn slicknav_collapsed"><span class="slicknav_menutxt">MENU</span><span class="slicknav_icon"><span class="slicknav_icon-bar"></span><span class="slicknav_icon-bar"></span><span class="slicknav_icon-bar"></span></span></a><ul class="slicknav_nav slicknav_hidden" aria-hidden="true" role="menu" style="display: none;"> | |
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-216"> | |
<a href="<?php echo get_site_url() ?>" | |
role="menuitem" tabindex="-1"> | |
Home | |
</a> | |
</li> | |
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-207"> | |
<a href="<?php echo get_site_url() . "/download" ?>" | |
role="menuitem" tabindex="-1"> | |
Blerter | |
</a> | |
</li> | |
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-221"> | |
<a href="<?php echo get_site_url() ?>/pricing" role="menuitem" tabindex="-1"> | |
Pricing | |
</a> | |
</li> | |
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-221"> | |
<a href="<?php echo get_site_url() ?>/download#contact-form" role="menuitem" tabindex="-1"> | |
Contact | |
</a> | |
</li> | |
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-252"> | |
<a href="<?php echo get_site_url() . "/download" ?> | |
target="_blank" | |
role="menuitem" tabindex="-1"> | |
Download Blerter | |
</a> | |
</li> | |
</ul></div> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment