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
6696028a
Commit
6696028a
authored
Aug 21, 2004
by
Dries
Browse files
- Patch by TDobes: bugfix: fixed a typo.
parent
5390f182
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
6696028a
...
...
@@ -625,7 +625,7 @@ function system_theme_settings() {
if
(
$key
)
{
// Template-specific settings
$function
=
function_exists
(
$themes
[
$key
]
->
prefix
.
'_settings'
)
;
$function
=
$themes
[
$key
]
->
prefix
.
'_settings'
;
if
(
function_exists
(
$function
))
{
$group
=
$function
();
if
(
strpos
(
$themes
[
$key
]
->
description
,
'.theme'
))
{
...
...
modules/system/system.module
View file @
6696028a
...
...
@@ -625,7 +625,7 @@ function system_theme_settings() {
if
(
$key
)
{
// Template-specific settings
$function
=
function_exists
(
$themes
[
$key
]
->
prefix
.
'_settings'
)
;
$function
=
$themes
[
$key
]
->
prefix
.
'_settings'
;
if
(
function_exists
(
$function
))
{
$group
=
$function
();
if
(
strpos
(
$themes
[
$key
]
->
description
,
'.theme'
))
{
...
...
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