summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-15 05:16:23 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-15 05:16:23 +0000
commit81c25bcd43d2f8b9ffc324d71ea993d048ab78bf (patch)
treedd14c3f0d44dd5a0a73de006e690d9901442628f
parent8f1255a3877fe0372f7fc1457e43137a0d574f29 (diff)
downloadbrdo-81c25bcd43d2f8b9ffc324d71ea993d048ab78bf.tar.gz
brdo-81c25bcd43d2f8b9ffc324d71ea993d048ab78bf.tar.bz2
#77183 (again) by m3avrck, add standard CSS to the maintenance pages.
-rw-r--r--includes/bootstrap.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 873486d62..5a6c62580 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 = '';
}