mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-70267 ux, theme: Course user profile inconsistent page layout.
This commit is contained in:
parent
f34b44674f
commit
ac7cf94d96
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user