Default header should use pill nav if not using topbar

This commit is contained in:
Ben Word
2012-05-29 21:25:02 -06:00
parent 8b20b47130
commit 88fd827d04

View File

@@ -5,7 +5,7 @@
<?php bloginfo('name'); ?>
</a>
<nav id="nav-main" role="navigation">
<?php wp_nav_menu(array('theme_location' => 'primary_navigation')); ?>
<?php wp_nav_menu(array('theme_location' => 'primary_navigation', 'menu_class' => 'nav nav-pills')); ?>
</nav>
</div>
</header>