]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed formatting.
authormartin <martin>
Mon, 10 Jun 2002 11:16:07 +0000 (11:16 +0000)
committermartin <martin>
Mon, 10 Jun 2002 11:16:07 +0000 (11:16 +0000)
course/index.php

index 73a875423118763cf0a354b9e4eedd26f01589da..bb11588780d8695785fe3559065d5a7ab5315e0f 100644 (file)
@@ -7,11 +7,11 @@
 
     optional_variable($cat, 1);
 
-    print_simple_box_start("CENTER", "80%");
+    echo "<TABLE WIDTH=80% ALIGN=CENTER><TR><TD>";
 
     print_all_courses($cat);
 
-    print_simple_box_end();
+    echo "</TD></TR></TABLE>";
 
     print_footer();