From f39c22bfcbdcb67099c9d64b8d5fab80625664d1 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 24 Dec 2009 22:06:20 -0800 Subject: [PATCH] fix for 3c vertical in the layout-head.php Signed-off-by: Philip M. Hofer (Frumph) --- functions.php | 4 ++-- functions/displaycomic.php | 2 +- layout-head.php | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 1442b4a..54c9c21 100644 --- a/functions.php +++ b/functions.php @@ -120,7 +120,7 @@ function comicpress_load_options() { global $comicpress_options; $comicpress_options = get_option('comicpress_options'); if (empty($comicpress_options)) { - $comicpress_options['comicpress_version'] = '2.9.0.8'; + $comicpress_options['comicpress_version'] = '2.9.0.7'; foreach (array( 'disable_comic_frontpage' => false, 'disable_comic_blog_frontpage' => false, @@ -203,7 +203,7 @@ function comicpress_load_options() { add_option('comicpress_options', $comicpress_options, '', 'yes'); // update_option('comicpress_options', $comicpress_options); } - $comicpress_options['comicpress_version'] = '2.9.0.8'; + $comicpress_options['comicpress_version'] = '2.9.0.7'; update_option('comicpress_options', $comicpress_options); return $comicpress_options; } diff --git a/functions/displaycomic.php b/functions/displaycomic.php index 1bc9792..50e5d73 100644 --- a/functions/displaycomic.php +++ b/functions/displaycomic.php @@ -1,7 +1,7 @@
diff --git a/layout-head.php b/layout-head.php index fdd7304..7319426 100644 --- a/layout-head.php +++ b/layout-head.php @@ -14,6 +14,11 @@
+ +
+
+ +