diff options
Diffstat (limited to 'modules/system/maintenance-page.tpl.php')
-rw-r--r-- | modules/system/maintenance-page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/maintenance-page.tpl.php b/modules/system/maintenance-page.tpl.php index 41ab3f13d..e411afd11 100644 --- a/modules/system/maintenance-page.tpl.php +++ b/modules/system/maintenance-page.tpl.php @@ -23,7 +23,7 @@ <?php print $scripts; ?> <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script> </head> -<body class="<?php print $body_classes; ?>"> +<body class="<?php print $classes; ?>"> <div id="page"> <div id="header"> <div id="logo-title"> |