diff --git a/user/view.php b/user/view.php index 1c69576b6f5..318183b0cd7 100644 --- a/user/view.php +++ b/user/view.php @@ -161,6 +161,7 @@ if (!$currentuser) { $PAGE->navigation->extend_for_user($user); $PAGE->set_title("$course->fullname: $strpersonalprofile: $fullname"); $PAGE->set_heading($course->fullname); +$PAGE->set_pagelayout('standard'); echo $OUTPUT->header(); if (($course->id != SITEID) and ! has_capability('moodle/legacy:guest', $systemcontext, 0, false) ) { // Need to have access to a course to see that info