mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-73645 core_group: Update breadcrumb nodes
This commit is contained in:
parent
8968b51c6b
commit
1060ee827c
@ -132,7 +132,8 @@ navigation_node::override_active_url(new moodle_url('/group/index.php', array('i
|
||||
$PAGE->set_pagelayout('admin');
|
||||
|
||||
$PAGE->navbar->add($strparticipants, new moodle_url('/user/index.php', array('id'=>$courseid)));
|
||||
$PAGE->navbar->add($strgroups, new moodle_url('/group/index.php', array('id'=>$courseid)));
|
||||
$PAGE->navbar->add(get_string('groupings', 'group'),
|
||||
new moodle_url('/group/groupings.php', ['id' => $courseid]));
|
||||
$PAGE->navbar->add($straddgroupstogroupings);
|
||||
|
||||
/// Print header
|
||||
|
Loading…
x
Reference in New Issue
Block a user