summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-15 23:49:08 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-15 23:49:08 +0000
commitcb3cde8be11bd1d54bdbb323b72919072f2cb930 (patch)
treec66f70ce6d49d3007499c8f2e48c5d9d0851c192 /includes/theme.maintenance.inc
parentbb62eec3ceb19212dec2ad988f73cae32a5af23f (diff)
downloadbrdo-cb3cde8be11bd1d54bdbb323b72919072f2cb930.tar.gz
brdo-cb3cde8be11bd1d54bdbb323b72919072f2cb930.tar.bz2
#372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() which actually describes what it does.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index e88ebce93..02e4f492b 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -206,7 +206,7 @@ function theme_update_page($content, $show_messages = TRUE) {
function template_preprocess_maintenance_page(&$variables) {
// Add favicon
if (theme_get_setting('toggle_favicon')) {
- drupal_set_html_head('<link rel="shortcut icon" href="' . check_url(theme_get_setting('favicon')) . '" type="image/x-icon" />');
+ drupal_add_html_head('<link rel="shortcut icon" href="' . check_url(theme_get_setting('favicon')) . '" type="image/x-icon" />');
}
global $theme;