]> git.mjollnir.org Git - moodle.git/commitdiff
changed the name of the special course div to "course-contend"
authorurs_hunkler <urs_hunkler>
Tue, 25 Jan 2005 15:54:00 +0000 (15:54 +0000)
committerurs_hunkler <urs_hunkler>
Tue, 25 Jan 2005 15:54:00 +0000 (15:54 +0000)
course/category.php
course/view.php

index 51c3f9ce61d7be85610a427488ced5b4fa2bd6e1..3fa2cec2d45cb41b00b006e68cbab05a64f8557a 100644 (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
 
index c8f464b8c0689b84dca32185d714d451284d85a9..e3493a375f9d9b32fa670b24595e7f110c7f35d2 100644 (file)
 
     $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);