]> git.mjollnir.org Git - moodle.git/commitdiff
Clarify comment.
authortjhunt <tjhunt>
Fri, 10 Jul 2009 05:42:54 +0000 (05:42 +0000)
committertjhunt <tjhunt>
Fri, 10 Jul 2009 05:42:54 +0000 (05:42 +0000)
theme/standard/config.php

index dd28ffb765c5966fed2bf0ae6c3345a84e7e86be..aa18cd08d0be2983ec67bf14d7ffb99d4601d5eb 100644 (file)
@@ -68,6 +68,8 @@ $THEME->layouts = array(
         'regions' => array(),
     ),
     // Used during upgrade and install, and for the 'This site is undergoing maintenance' message.
+    // This must not have any blocks, and it is good idea if it does not have links to
+    // other places - for example there should not be a home link in the footer..
     'maintenance' => array(
         'layout' => 'layout-popup.php',
         'regions' => array(),