Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0af253
)
NOBUG: Set a better pagelayout on admin/index.php
author
Sam Hemelryk
<sam@moodle.com>
Tue, 12 Oct 2010 01:18:01 +0000
(
01:18
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Tue, 12 Oct 2010 01:18:01 +0000
(
01:18
+0000)
admin/index.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/index.php
b/admin/index.php
index
8ea4251
..
93d2ff6
100644
(file)
--- 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 = '<a href="http://docs.moodle.org/en/Installation">Installation docs</a>';