~ubuntu-branches/ubuntu/utopic/moodle/utopic-proposed

« back to all changes in this revision

Viewing changes to group/grouping.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20140512161038-2039l24hvvlan3hs
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
$strgroupings = get_string('groupings', 'group');
70
70
$PAGE->set_title($strgroupings);
71
71
$PAGE->set_heading($course->fullname. ': '.$strgroupings);
72
 
$PAGE->set_pagelayout('standard');
 
72
$PAGE->set_pagelayout('admin');
73
73
navigation_node::override_active_url(new moodle_url('/group/index.php', array('id' => $course->id)));
74
74
 
75
75
$returnurl = $CFG->wwwroot.'/group/groupings.php?id='.$course->id;