From d9fd5e8b867dc795193bb10f38c4538d1d5d1d60 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 9 Dec 2002 07:51:31 +0000 Subject: [PATCH] Allow course listing to have specified width --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5