]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed links in navigation
authormoodler <moodler>
Wed, 2 Oct 2002 02:24:19 +0000 (02:24 +0000)
committermoodler <moodler>
Wed, 2 Oct 2002 02:24:19 +0000 (02:24 +0000)
mod/choice/report.php

index e74ad28fe6b6d691082bdb1bbac1566d8359a3eb..39c4b7aa23503e2c47ebcaa81eb450f8f8be16d8 100644 (file)
@@ -30,9 +30,9 @@
     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=/course/view.php?id=$course->id>$course->shortname</A> ->
-                  <A HREF=index.php?id=$course->id>$strchoices</A> ->
-                  <A HREF=view.php?id=$cm->id>$choice->name</A> -> $strresponses", "");
+                 "<A HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> ->
+                  <A HREF=\"index.php?id=$course->id\">$strchoices</A> ->
+                  <A HREF=\"view.php?id=$cm->id\">$choice->name</A> -> $strresponses", "");
 
 
     if (! $users = get_course_users($course->id, "u.firstname ASC")) {