From: tjhunt Date: Fri, 10 Jul 2009 05:42:54 +0000 (+0000) Subject: Clarify comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=99a70a7c085de0945a38088cfefb909476575b70;p=moodle.git Clarify comment. --- diff --git a/theme/standard/config.php b/theme/standard/config.php index dd28ffb765..aa18cd08d0 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -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(),