custom-menubar.php is now to be placed in the child themes main root directory
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
c12c7751ba
commit
54774522c2
|
@ -13,8 +13,8 @@ Author URI: http://frumph.net/
|
||||||
function comicpress_menubar() {
|
function comicpress_menubar() {
|
||||||
global $comicpress_options;
|
global $comicpress_options;
|
||||||
if (comicpress_check_child_file('menubar') == false) {
|
if (comicpress_check_child_file('menubar') == false) {
|
||||||
if (file_exists(get_template_directory() . '/custom-menubar.php')) {
|
if (file_exists(get_stylesheet_directory() . '/custom-menubar.php')) {
|
||||||
include(get_template_directory() . '/custom-menubar.php');
|
include(get_stylesheet_directory() . '/custom-menubar.php');
|
||||||
} else { ?>
|
} else { ?>
|
||||||
<div id="menubar">
|
<div id="menubar">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue