Merge branch 'wip_MDL-70267_master' of git://github.com/gjb2048/moodle

This commit is contained in:
Adrian Greeve 2020-12-03 10:59:03 +08:00
commit a051f6d13a

View File

@ -159,7 +159,7 @@ if ($currentuser) {
$PAGE->set_title("$course->fullname: $strpersonalprofile: $fullname");
$PAGE->set_heading($course->fullname);
$PAGE->set_pagelayout('standard');
$PAGE->set_pagelayout('mypublic');
// Locate the users settings in the settings navigation and force it open.
// This MUST be done after we've set up the page as it is going to cause theme and output to initialise.