Fix #639 - Add do_action('get_header')
This commit is contained in:
1
base.php
1
base.php
@@ -4,6 +4,7 @@
|
|||||||
<!--[if lt IE 7]><div class="alert">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</div><![endif]-->
|
<!--[if lt IE 7]><div class="alert">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</div><![endif]-->
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
do_action('get_header');
|
||||||
// Use Bootstrap's navbar if enabled in config.php
|
// Use Bootstrap's navbar if enabled in config.php
|
||||||
if (current_theme_supports('bootstrap-top-navbar')) {
|
if (current_theme_supports('bootstrap-top-navbar')) {
|
||||||
get_template_part('templates/header-top-navbar');
|
get_template_part('templates/header-top-navbar');
|
||||||
|
|||||||
Reference in New Issue
Block a user