Created
July 23, 2014 23:43
-
-
Save sunilw/3c925b5797f10c074925 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 | |
/***** | |
/* provides the row at the top of the page, containing logo and navigation | |
/* | |
*/ | |
?> | |
<div id="identity-and-navigation" class="container"> | |
<div class="nrow"> | |
<div class="sw-logo-container"> | |
<img src="<?php echo get_template_directory_uri() . "/sw-inc/img/logo-footer-blerter.png" ?>" | |
alt="blerter app"/> | |
</div> | |
<div class="sw-nav-container"> | |
<?php include('sw-inc/slicknav.php') ; ?> | |
</div> | |
</div><!-- ENDS .nrow --> | |
</div> <!-- ENDS .container --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment