diff --git a/404.php b/404.php
index c50a053..451346b 100644
--- a/404.php
+++ b/404.php
@@ -14,6 +14,10 @@
+
+
+
+
@@ -90,6 +94,11 @@ if (is_cp_theme_layout('3c,v3c,gn,standard,v')) {
get_sidebar('right'); ?>
+
+
+
+
+
diff --git a/index.php b/index.php
index 048aec2..6cb065c 100644
--- a/index.php
+++ b/index.php
@@ -33,6 +33,10 @@
+
+
+
+
@@ -97,6 +101,11 @@ if (is_cp_theme_layout('3c,v3c,gn,standard,v')) {
get_sidebar('right'); ?>
+
+
+
+
+
diff --git a/links.php b/links.php
index df8a831..c29ef08 100644
--- a/links.php
+++ b/links.php
@@ -19,6 +19,10 @@ Template Name: Links
+
+
+
+
@@ -135,6 +139,11 @@ if (is_cp_theme_layout('3c,v3c,gn,standard,v')) {
get_sidebar('right'); ?>
+
+
+
+
+
diff --git a/single.php b/single.php
index e1b99f1..0d7fcb5 100644
--- a/single.php
+++ b/single.php
@@ -26,6 +26,10 @@
+
+
+
+
@@ -77,6 +81,11 @@ if (is_cp_theme_layout('3c,v3c,gn,standard,v')) {
get_sidebar('right'); ?>
+
+
+
+
+
diff --git a/widgets/menubar.php b/widgets/menubar.php
index 5da98c5..7c6caed 100644
--- a/widgets/menubar.php
+++ b/widgets/menubar.php
@@ -11,12 +11,12 @@ Author URI: http://webcomicplanet.com/
function comicpress_menubar() {
- global $contact_in_menubar,$enable_search_in_menubar,$enable_rss_in_menubar,$enable_navigation_in_menubar,$disable_dynamic_menubar_links;
- if (file_exists(get_template_directory() . '/custom-menubar.php') || function_exists('suckerfish')) {
+ global $contact_in_menubar,$enable_search_in_menubar,$enable_rss_in_menubar,$enable_navigation_in_menubar,$disable_dynamic_menubar_links, $themepack_directory;
+ if (file_exists(get_template_directory() . '/'.$themepack_directory.'/menubar.php') || function_exists('suckerfish')) {
if (function_exists('suckerfish')) {
suckerfish();
} else {
- include(get_template_directory() . '/custom-menubar.php');
+ include(get_template_directory() . '/'.$themepack_directory.'/menubar.php');
}
} else { ?>