mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-70267 ux, theme: Course user profile inconsistent page layout.
This commit is contained in:
parent
4825c139ef
commit
547a6dcdde
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ if ($currentuser) {
|
||||||
|
|
||||||
$PAGE->set_title("$course->fullname: $strpersonalprofile: $fullname");
|
$PAGE->set_title("$course->fullname: $strpersonalprofile: $fullname");
|
||||||
$PAGE->set_heading($course->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.
|
// 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.
|
// This MUST be done after we've set up the page as it is going to cause theme and output to initialise.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue