Offer just one header, the BS top navbar

This commit is contained in:
Ben Word
2014-03-31 20:14:33 -05:00
parent be14fdb69c
commit b4c7b9b4b2
5 changed files with 15 additions and 33 deletions

View File

@@ -9,12 +9,7 @@
<?php
do_action('get_header');
// Use Bootstrap's navbar if enabled in config.php
if (current_theme_supports('bootstrap-top-navbar')) {
get_template_part('templates/header-top-navbar');
} else {
get_template_part('templates/header');
}
get_template_part('templates/header');
?>
<div class="wrap container" role="document">