From: moodler Date: Mon, 9 Dec 2002 07:51:31 +0000 (+0000) Subject: Allow course listing to have specified width X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d9fd5e8b867dc795193bb10f38c4538d1d5d1d60;p=moodle.git Allow course listing to have specified width --- diff --git a/index.php b/index.php index 8d71f9aed2..4874402b65 100644 --- a/index.php +++ b/index.php @@ -52,7 +52,7 @@ print_course_categories($categories, "none", $side); } else { $category = array_shift($categories); - print_all_courses($category->id, "minimal", 10); + print_all_courses($category->id, "minimal", 10, $side); } } print_spacer(1,$side);