From 99a70a7c085de0945a38088cfefb909476575b70 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 10 Jul 2009 05:42:54 +0000 Subject: [PATCH] Clarify comment. --- theme/standard/config.php | 2 ++ 1 file changed, 2 insertions(+) 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(), -- 2.39.5