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:
Philip M. Hofer (Frumph) 2009-12-17 02:25:27 -08:00
parent c12c7751ba
commit 54774522c2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ Author URI: http://frumph.net/
function comicpress_menubar() {
global $comicpress_options;
if (comicpress_check_child_file('menubar') == false) {
if (file_exists(get_template_directory() . '/custom-menubar.php')) {
include(get_template_directory() . '/custom-menubar.php');
if (file_exists(get_stylesheet_directory() . '/custom-menubar.php')) {
include(get_stylesheet_directory() . '/custom-menubar.php');
} else { ?>
<div id="menubar">