mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixed breadcrumbs
This commit is contained in:
parent
d022e34545
commit
1ff45e740f
1 changed files with 2 additions and 3 deletions
|
@ -29,9 +29,8 @@
|
||||||
|
|
||||||
add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id");
|
add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id");
|
||||||
|
|
||||||
print_header("$course->shortname: $choice->name: $strresponses", "$course->fullname",
|
print_header_simple("$choice->name: $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=\"index.php?id=$course->id\">$strchoices</a> ->
|
|
||||||
<a href=\"view.php?id=$cm->id\">$choice->name</a> -> $strresponses", "");
|
<a href=\"view.php?id=$cm->id\">$choice->name</a> -> $strresponses", "");
|
||||||
|
|
||||||
/// Check to see if groups are being used in this choice
|
/// Check to see if groups are being used in this choice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue