From 6d80fad4d40fded1c8b3cd9406360153b18b2abc Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Tue, 12 Oct 2010 01:18:01 +0000 Subject: [PATCH] NOBUG: Set a better pagelayout on admin/index.php --- admin/index.php | 1 + 1 file changed, 1 insertion(+) 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';