From 3084036576a2ed2f1155bda0aa09934de963c9be Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 29 Jul 2005 07:49:43 +0000 Subject: - #27231: (fix) Pretty db error screens. --- includes/theme.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 04100a8e9..74e2066d2 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -442,13 +442,12 @@ function theme_page($content) { function theme_maintenance_page($content) { drupal_set_header('Content-Type: text/html; charset=utf-8'); - theme('add_style', 'misc/drupal.css'); theme('add_style', 'misc/maintenance.css'); $output = "\n"; $output .= ''; $output .= ''; - $output .= ''; $output .= ' '. drupal_get_title() .''; + $output .= drupal_get_html_head(); $output .= theme_get_styles(); $output .= ''; $output .= ''; -- cgit v1.2.3