mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-25860_20_wip_grpblocks' of git://github.com/skodak/moodle
This commit is contained in:
commit
ca08b132e3
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ $straddgroupstogroupings = get_string('addgroupstogroupings', 'group');
|
|||
|
||||
$groupingname = format_string($grouping->name);
|
||||
|
||||
navigation_node::override_active_url(new moodle_url('/group/index.php', array('id'=>$course->id)));
|
||||
$PAGE->set_pagelayout('standard');
|
||||
|
||||
$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($straddgroupstogroupings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue