mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Fixed links in navigation
This commit is contained in:
parent
7fbd6b1c0b
commit
b4ab71a6db
@ -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")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user