summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-01 00:27:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-01 00:27:29 +0000
commit4c976d51e6cc375055ab298b49e9ae2928e618dc (patch)
tree506e37dcafb7758aeeacfdb92de5ea8fe3025e42 /includes/theme.maintenance.inc
parent99d5d3d67eaa9c3fb06a82efa8132326c882f40e (diff)
downloadbrdo-4c976d51e6cc375055ab298b49e9ae2928e618dc.tar.gz
brdo-4c976d51e6cc375055ab298b49e9ae2928e618dc.tar.bz2
#281446 by xqus, dropcube, and catch: Improve the requirements check for the installer. Awesome.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index 3cb1ee90d..713320cf6 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -66,6 +66,7 @@ function _drupal_maintenance_theme() {
drupal_add_css(drupal_get_path('module', 'system') . '/system.css', 'module');
drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css', 'module');
drupal_add_css(drupal_get_path('module', 'system') . '/maintenance.css', 'module');
+ drupal_add_css(drupal_get_path('module', 'system') . '/admin.css', 'module');
}
/**