From e4934a65a3ed77debcf8d9eeebcd62c7845917c9 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 19 Nov 2009 22:03:02 -0800 Subject: [PATCH] fixing dual-columns.php Signed-off-by: Philip M. Hofer (Frumph) --- blog.php | 2 +- partials/dual-columns.inc => functions/dual-columns.php | 7 +++++++ index.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) rename partials/dual-columns.inc => functions/dual-columns.php (88%) diff --git a/blog.php b/blog.php index fb6693a..a13e0f5 100644 --- a/blog.php +++ b/blog.php @@ -22,7 +22,7 @@ Template Name: Blog } comicpress_pagination(); } else { - include('partials/dual-columns.inc'); + comicpress_dual_columns(); } ?> diff --git a/partials/dual-columns.inc b/functions/dual-columns.php similarity index 88% rename from partials/dual-columns.inc rename to functions/dual-columns.php index eb44acc..b9b3a88 100644 --- a/partials/dual-columns.inc +++ b/functions/dual-columns.php @@ -1,3 +1,7 @@ +
@@ -23,3 +27,6 @@
+ \ No newline at end of file diff --git a/index.php b/index.php index e465eb8..c8c72cc 100644 --- a/index.php +++ b/index.php @@ -92,7 +92,7 @@ if ($disable_comic_frontpage != 'yes' && $disable_comic_blog_frontpage != 'yes'