Skip to content

Instantly share code, notes, and snippets.

@sunilw
Created July 23, 2014 23:43
Show Gist options
  • Save sunilw/3c925b5797f10c074925 to your computer and use it in GitHub Desktop.
Save sunilw/3c925b5797f10c074925 to your computer and use it in GitHub Desktop.
?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