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++) {