From a59b915b0a94fe621503deeeca5eef17c5fababc Mon Sep 17 00:00:00 2001 From: "Michael D. Reiley" Date: Thu, 22 Sep 2011 15:07:25 -0700 Subject: [PATCH] Categories theme v0.2.1 (Frame removal works correctly.) --- templates/themes/categories/info.php | 2 +- templates/themes/categories/theme.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/themes/categories/info.php b/templates/themes/categories/info.php index 3718344c..0090f39d 100644 --- a/templates/themes/categories/info.php +++ b/templates/themes/categories/info.php @@ -8,7 +8,7 @@ 'Group-ordered, category-aware modification of the Frameset theme, with removable sidebar frame. Requires $config[\'boards\'] and $config[\'categories\'].'; - $theme['version'] = 'v0.2'; + $theme['version'] = 'v0.2.1'; // Theme configuration $theme['config'] = Array(); diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php index 393ad5bd..de1b4a5b 100644 --- a/templates/themes/categories/theme.php +++ b/templates/themes/categories/theme.php @@ -39,6 +39,11 @@ . 'iframe#main{border-left:1px solid black;left:15%;top:0;width:85%}' . '' . '' . $settings['title'] . '' + . '' . '' // Sidebar . '' @@ -109,16 +114,11 @@ . '' . '' . '' . $settings['title'] . '' - . '' . ''; $body .= '
' . $settings['title'] . '
'; for($cat = 0; $cat < count($config['categories']); $cat++) {