From: moodler Date: Wed, 20 Nov 2002 09:41:02 +0000 (+0000) Subject: Er.. aligned center works better ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bd4707bf292f7a747332d63a541dba735341b7c7;p=moodle.git Er.. aligned center works better ;-) --- diff --git a/course/lib.php b/course/lib.php index e3a8c492db..3694cf5f49 100644 --- a/course/lib.php +++ b/course/lib.php @@ -600,7 +600,7 @@ function print_course_categories($categories, $selected="none", $width=180) { if ($selected == "index") { // Print comprehensive index of categories with courses if ($courses = get_records_sql("SELECT * FROM course WHERE category > 0 ORDER BY shortname")) { if (isset($USER->id) and !isadmin()) { - print_simple_box_start("LEFT", "100%"); + print_simple_box_start("CENTER", "100%"); print_heading("".get_string("mycourses")."", "LEFT"); $some = false; echo "