Skip to content

Commit

Permalink
MDL-25860 adding missing blocks to groupings page
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 14, 2011
1 parent 5a7f931 commit 7c725a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions group/assign.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@

$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);
Expand Down

0 comments on commit 7c725a2

Please sign in to comment.