Created
July 28, 2014 23:18
-
-
Save sunilw/9bbc5aca37afdf63425a 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 | |
/**** | |
/* top page nav for screens sizes wider then 768px | |
*/ | |
?> | |
<nav> | |
<ul class="widenav"> | |
<li id="menu-item-216" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-216"> | |
<a href="<?php echo get_site_url() ?>"> | |
Home | |
</a> | |
</li> | |
<li id="menu-item-207" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-207"> | |
<a href="<?php echo get_site_url() . "/download" ?>"> | |
Blerter | |
</a> | |
</li> | |
<li id="menu-item-252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-252"> | |
<a href="<?php echo get_site_url() . "/download" ?>" | |
target="_blank"> | |
Download | |
</a> | |
</li> | |
</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 id="menu-item-221" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-221"> | |
<a href="<?php echo get_site_url() . "/download#contact-form" ?>">Contact</a> | |
</li> | |
</ul> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment