diff --git a/user/index.php b/user/index.php index 586b6d4fe78..6e6e5a8c01b 100644 --- a/user/index.php +++ b/user/index.php @@ -86,6 +86,7 @@ $bulkoperations = has_capability('moodle/course:bulkmessaging', $context); $PAGE->set_title("$course->shortname: ".get_string('participants')); $PAGE->set_heading($course->fullname); $PAGE->set_pagetype('course-view-' . $course->format); +$PAGE->set_docs_path('enrol/users'); $PAGE->add_body_class('path-user'); // So we can style it independently. $PAGE->set_other_editing_capability('moodle/course:manageactivities');