MDL-70267 ux, theme: Course user profile inconsistent page layout.

This commit is contained in:
Gareth Barnard
2020-11-29 23:52:32 +00:00
parent 4825c139ef
commit 547a6dcdde
+1 -1
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.