changed the name of the special course div to "course-contend"

This commit is contained in:
urs_hunkler
2005-01-25 15:54:00 +00:00
parent e89fb61ec5
commit ee4dc51eec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
"<a href=\"index.php\">$strcategories</a> -> $category->name", "", "", true, $navbaritem);
}
echo '<div id="course-category" class="course">'; // course wrapper start
echo '<div class="course-content">'; // course wrapper start
/// Print the category selector
+1 -1
View File
@@ -101,7 +101,7 @@
$PAGE->print_header(get_string('course').': %fullname%');
echo '<div id="course-view" class="course">'; // course wrapper start
echo '<div class="course-content">'; // course wrapper start
get_all_mods($course->id, $mods, $modnames, $modnamesplural, $modnamesused);