From b9034559db97985bc7ff7f8bb83b1f6fb23948e4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 14 Dec 2006 13:28:11 +0000 Subject: - Patch #93079 by chx: not able to select database. --- 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 ccdc9fcb3..fda5f49ab 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -406,7 +406,7 @@ function theme_page($content) { function theme_maintenance_page($content, $messages = TRUE, $partial = FALSE) { drupal_set_header('Content-Type: text/html; charset=utf-8'); - drupal_add_css('misc/maintenance.css', 'module', 'all', FALSE); + drupal_set_html_head(''); drupal_set_html_head(''); $output = "\n"; @@ -414,7 +414,6 @@ function theme_maintenance_page($content, $messages = TRUE, $partial = FALSE) { $output .= ''; $output .= ' '. strip_tags(drupal_get_title()) .''; $output .= drupal_get_html_head(); - $output .= drupal_get_css(); $output .= drupal_get_js(); $output .= ''; $output .= ''; -- cgit v1.2.3