From: moodler Date: Thu, 12 Dec 2002 02:58:05 +0000 (+0000) Subject: Fixed layout with multiplem categories X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=31313bfb985fad4b94fb0fcc9c0a1f28a68033f0;p=moodle.git Fixed layout with multiplem categories --- diff --git a/course/index.php b/course/index.php index 2ff1185761..d49849fcfb 100644 --- a/course/index.php +++ b/course/index.php @@ -32,10 +32,10 @@ $showcategories = (count($categories) > 1); if ($showcategories) { - echo ""; - echo "
"; - print_course_categories($categories, $category, 180); - echo ""; + echo ""; + echo "
"; + print_course_categories($categories, $category, 200); + echo ""; } else { echo "
"; $category="all";