Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
325e51de
Commit
325e51de
authored
Nov 04, 2007
by
Gábor Hojtsy
Browse files
#177738
by chx: fix notice in Garland, when site_fields is an empty array
parent
0d577cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/garland/page.tpl.php
View file @
325e51de
...
...
@@ -32,7 +32,9 @@
$site_fields
[]
=
check_plain
(
$site_slogan
);
}
$site_title
=
implode
(
' '
,
$site_fields
);
$site_fields
[
0
]
=
'<span>'
.
$site_fields
[
0
]
.
'</span>'
;
if
(
$site_fields
)
{
$site_fields
[
0
]
=
'<span>'
.
$site_fields
[
0
]
.
'</span>'
;
}
$site_html
=
implode
(
' '
,
$site_fields
);
if
(
$logo
||
$site_title
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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