From: urs_hunkler Date: Tue, 25 Jan 2005 15:54:00 +0000 (+0000) Subject: changed the name of the special course div to "course-contend" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ee4dc51eec6bc6774460e23099d97ef21b431f42;p=moodle.git changed the name of the special course div to "course-contend" --- diff --git a/course/category.php b/course/category.php index 51c3f9ce61..3fa2cec2d4 100644 --- a/course/category.php +++ b/course/category.php @@ -98,7 +98,7 @@ "$strcategories -> $category->name", "", "", true, $navbaritem); } - echo '
'; // course wrapper start + echo '
'; // course wrapper start /// Print the category selector diff --git a/course/view.php b/course/view.php index c8f464b8c0..e3493a375f 100644 --- a/course/view.php +++ b/course/view.php @@ -101,7 +101,7 @@ $PAGE->print_header(get_string('course').': %fullname%'); - echo '
'; // course wrapper start + echo '
'; // course wrapper start get_all_mods($course->id, $mods, $modnames, $modnamesplural, $modnamesused);