mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-35187 /group: Changed page layout from 'standard' to 'admin' in group/index.php
This commit is contained in:
parent
569f1ad63b
commit
982e21a550
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user