Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
87c49cbf
Commit
87c49cbf
authored
Apr 13, 2007
by
Dries
Browse files
- Patch
#133083
by Zen: 'Shortcut icon settings' not using proper FAPI value.
parent
ea3c495a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
87c49cbf
...
...
@@ -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.'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment