-
+
\ No newline at end of file
diff --git a/index.php b/index.php
index 6cb065c..517475e 100644
--- a/index.php
+++ b/index.php
@@ -34,7 +34,8 @@
-
+
+
@@ -57,6 +58,11 @@
+
+
+
+
+
@@ -96,21 +102,5 @@ if ($disable_blog_frontpage != 'yes') {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/layout-foot.php b/layout-foot.php
new file mode 100644
index 0000000..f804daa
--- /dev/null
+++ b/layout-foot.php
@@ -0,0 +1,22 @@
+
+
-
+
\ No newline at end of file
diff --git a/page.php b/page.php
index 6d69212..6bea46f 100644
--- a/page.php
+++ b/page.php
@@ -1,30 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -47,22 +22,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/search-transcript.php b/search-transcript.php
index 8b4ab98..c011af7 100644
--- a/search-transcript.php
+++ b/search-transcript.php
@@ -1,30 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
post_count;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/search.php b/search.php
index 3bc7c01..16dabb4 100644
--- a/search.php
+++ b/search.php
@@ -1,30 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
post_count;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/single.php b/single.php
index 0d7fcb5..0e2d419 100644
--- a/single.php
+++ b/single.php
@@ -28,7 +28,8 @@
-
+
+
@@ -76,21 +77,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/themepack/twopointfive/style.css b/themepack/twopointfive/style.css
index 13165a1..559d569 100644
--- a/themepack/twopointfive/style.css
+++ b/themepack/twopointfive/style.css
@@ -68,23 +68,24 @@ body {
color: #fff;
}
-#page {
- padding: 0 20px;
- background: url('classic-background-narrow.png') top center repeat-y;
-}
-#page-wide {
- padding: 0 20px;
- background: url('classic-background-wide.png') top center repeat-y;
-}
-
-#page-wrap {
+#page, #page-wide {
background: #ddd;
border-left: solid 1px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
}
+#page-wrap {
+ padding: 0 10px;
+ background: url('classic-background-narrow.png') top center repeat-y;
+}
+
+#page-wrap-wide {
+ padding: 0 10px;
+ background: url('classic-background-wide.png') top center repeat-y;
+}
+
.page .narrowcolumn { padding-top: 5px; }
#comic-head {
diff --git a/widgets/menubar.php b/widgets/menubar.php
index 7c6caed..33e9939 100644
--- a/widgets/menubar.php
+++ b/widgets/menubar.php
@@ -11,81 +11,79 @@ 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, $themepack_directory;
- if (file_exists(get_template_directory() . '/'.$themepack_directory.'/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 (comicpress_check_themepack_file('menubar.php') == false) {
if (function_exists('suckerfish')) {
suckerfish();
- } else {
- include(get_template_directory() . '/'.$themepack_directory.'/menubar.php');
- }
- } else { ?>
-