#77183 (again) by m3avrck, add standard CSS to the maintenance pages.

5.x
Neil Drumm 2006-08-15 05:16:23 +00:00
parent 8f1255a387
commit 81c25bcd43
1 changed files with 2 additions and 0 deletions

View File

@ -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 = '';
}