Formatting cleanup

This commit is contained in:
Mike Francis 2014-03-31 16:15:18 +01:00
parent 0d8c4da159
commit cbd57dc329
6 changed files with 58 additions and 28 deletions

View file

@ -18,7 +18,7 @@
<header class="header" role="banner">
<div class="container">
<nav role="navigation">
<?php wp_nav_menu( array( 'menu_class' => 'nav' ) ); ?>
<?php wp_nav_menu( array( 'theme_location' => 'header' ) ); ?>
</nav>
</div>
</header>