summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-26 17:20:23 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-26 17:20:23 +0000
commitb362985de5cf8a5485dfe67ccb56f249b64130b8 (patch)
tree9666c247a83a90c866baa681661c2d1b6180063d /includes/theme.inc
parent1ef56e36a01dc838793212861bf56d20ff3c5e0e (diff)
downloadbrdo-b362985de5cf8a5485dfe67ccb56f249b64130b8.tar.gz
brdo-b362985de5cf8a5485dfe67ccb56f249b64130b8.tar.bz2
- Patch #41118 by Goba: various upgrade script fixes.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 279015b71..9e150e834 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -409,6 +409,7 @@ function theme_page($content) {
function theme_maintenance_page($content) {
drupal_set_header('Content-Type: text/html; charset=utf-8');
theme('add_style', 'misc/maintenance.css');
+ drupal_set_html_head('<link rel="shortcut icon" href="misc/favicon.ico" type="image/x-icon" />');
$output = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
$output .= '<html xmlns="http://www.w3.org/1999/xhtml">';
$output .= '<head>';