]> git.mjollnir.org Git - moodle.git/commitdiff
fixed breadcrumbs
authorgustav_delius <gustav_delius>
Sat, 21 Aug 2004 21:19:21 +0000 (21:19 +0000)
committergustav_delius <gustav_delius>
Sat, 21 Aug 2004 21:19:21 +0000 (21:19 +0000)
mod/choice/report.php

index f2aad9ea4193e30a356ce571cd81109926d1a6ac..1f77f531cef1d605b0b727272a4996aebbaa13a2 100644 (file)
@@ -29,9 +29,8 @@
 
     add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id");
 
-    print_header("$course->shortname: $choice->name: $strresponses", "$course->fullname",
-                 "<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> ->
-                  <a href=\"index.php?id=$course->id\">$strchoices</a> ->
+    print_header_simple("$choice->name: $strresponses", "",
+                 "<a href=\"index.php?id=$course->id\">$strchoices</a> ->
                   <a href=\"view.php?id=$cm->id\">$choice->name</a> -> $strresponses", "");
 
 /// Check to see if groups are being used in this choice