Index: category.php
===================================================================
RCS file: /cvsroot/moodle/moodle/course/category.php,v
retrieving revision 1.119.2.2
diff -u -r1.119.2.2 category.php
--- category.php	15 Dec 2007 12:05:12 -0000	1.119.2.2
+++ category.php	24 Dec 2007 04:00:42 -0000
@@ -104,6 +104,9 @@
     $navlinks[] = array('name' => $strcategories, 'link' => 'index.php', 'type' => 'misc');
     $navlinks[] = array('name' => format_string($category->name), 'link' => null, 'type' => 'misc');
     $navigation = build_navigation($navlinks);
+    
+    $cattheme = $category->theme;
+    theme_setup($cattheme);
 
     if ($creatorediting) {
         if ($adminediting) {
