diff --git a/admin/index.php b/admin/index.php index 8ea4251d3d8..93d2ff6cdf7 100644 --- a/admin/index.php +++ b/admin/index.php @@ -65,6 +65,7 @@ $agreelicense = optional_param('agreelicense', 0, PARAM_BOOL); // Check some PHP server settings $PAGE->set_url('/admin/index.php'); +$PAGE->set_pagelayout('admin'); // Set a default pagelayout $documentationlink = 'Installation docs';