Offer just one header, the BS top navbar
This commit is contained in:
7
base.php
7
base.php
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user