From 57c5355a4b951731bf93b0f335042a291ee673b6 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 15 Dec 2006 01:06:33 +0000 Subject: #103280: Fix styles for maintenance pages. --- includes/theme.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index fda5f49ab..0b475d4f6 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -407,6 +407,8 @@ function theme_page($content) { function theme_maintenance_page($content, $messages = TRUE, $partial = FALSE) { drupal_set_header('Content-Type: text/html; charset=utf-8'); drupal_set_html_head(''); + drupal_set_html_head(''); + drupal_set_html_head(''); drupal_set_html_head(''); $output = "\n"; -- cgit v1.2.3