From db1778a6bbe640a05269099a62be05f2eaa0f597 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 20 Jul 2009 18:27:05 -0400 Subject: [PATCH] fix some layout stuff --- index.php | 4 +++- layouts/classic.php | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 layouts/classic.php diff --git a/index.php b/index.php index d160d54..08b9cc3 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ comicpress_init(); $nav_comics = $comicpress->get_nav_comics(); + $t = $post; $post = $nav_comics['last']; ob_start(); @@ -23,6 +24,7 @@ } $content = ob_get_clean(); - + $post = $t; + include(get_template_directory() . '/layouts/classic.php'); ?> \ No newline at end of file diff --git a/layouts/classic.php b/layouts/classic.php new file mode 100644 index 0000000..29607bb --- /dev/null +++ b/layouts/classic.php @@ -0,0 +1,17 @@ + + + + + + +
+ +
+ + + +