From 81c25bcd43d2f8b9ffc324d71ea993d048ab78bf Mon Sep 17 00:00:00 2001 From: Neil Drumm <drumm@3064.no-reply.drupal.org> Date: Tue, 15 Aug 2006 05:16:23 +0000 Subject: [PATCH] #77183 (again) by m3avrck, add standard CSS to the maintenance pages. --- includes/bootstrap.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 873486d62cca..5a6c62580735 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -712,5 +712,7 @@ function drupal_maintenance_theme() { require_once './includes/common.inc'; require_once './includes/unicode.inc'; unicode_check(); + drupal_add_css(drupal_get_path('module', 'system') .'/defaults.css', 'core'); + drupal_add_css(drupal_get_path('module', 'system') .'/system.css', 'core'); $theme = ''; } -- GitLab