From 87c49cbfe6572a00f948dead55ff269b56056587 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Apr 2007 08:50:36 +0000 Subject: - Patch #133083 by Zen: 'Shortcut icon settings' not using proper FAPI value. --- modules/system/system.module | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index a22f9acc4..1ca4fa194 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2098,8 +2098,11 @@ function system_theme_settings($key = '') { // Icon settings if ((!$key) || in_array('toggle_favicon', $features)) { - $form['favicon'] = array('#type' => 'fieldset', '#title' => t('Shortcut icon settings')); - $form['favicon']['text'] = array('#value' => t('Your shortcut icon or \'favicon\' is displayed in the address bar and bookmarks of most browsers.')); + $form['favicon'] = array( + '#type' => 'fieldset', + '#title' => t('Shortcut icon settings'), + '#description' => t("Your shortcut icon or 'favicon' is displayed in the address bar and bookmarks of most browsers.") + ); $form['favicon']['default_favicon'] = array( '#type' => 'checkbox', '#title' => t('Use the default shortcut icon.'), -- cgit v1.2.3