From 54774522c2793ea0844afaafc56e34dcb1cfbbb7 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 17 Dec 2009 02:25:27 -0800 Subject: [PATCH] custom-menubar.php is now to be placed in the child themes main root directory Signed-off-by: Philip M. Hofer (Frumph) --- widgets/menubar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/menubar.php b/widgets/menubar.php index 4c4629f..dbb85ad 100644 --- a/widgets/menubar.php +++ b/widgets/menubar.php @@ -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 { ?>