From 982e21a5500c4ed4a4b2efdb231392cc4d3f06f4 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 2 Sep 2012 17:10:38 +0100 Subject: [PATCH] MDL-35187 /group: Changed page layout from 'standard' to 'admin' in group/index.php --- group/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/index.php b/group/index.php index 1c9a6cdb88d..f245291b27d 100644 --- a/group/index.php +++ b/group/index.php @@ -146,7 +146,7 @@ $strparticipants = get_string('participants'); /// Print header $PAGE->set_title($strgroups); $PAGE->set_heading($course->fullname); -$PAGE->set_pagelayout('standard'); +$PAGE->set_pagelayout('admin'); echo $OUTPUT->header(); // Add tabs