Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eric Rasmussen
UNL-CMS
Commits
4fd916b3
Commit
4fd916b3
authored
Oct 09, 2012
by
Eric Rasmussen
Browse files
[gh-457] Show the abbreviated breadcrumb on the front page too
parent
52e3c426
Changes
1
Hide whitespace changes
Inline
Side-by-side
sites/all/themes/unl_wdn/template.php
View file @
4fd916b3
...
...
@@ -528,11 +528,10 @@ EOF;
}
/**
* Return the abbreviated site name, assuming it has been set and we're not on the front page.
* Otherwise, it returns the full site name.
* Return the abbreviated site name, assuming it has been set. Otherwise return the full site name.
*/
function
unl_wdn_get_site_name_abbreviated
()
{
if
(
!
drupal_is_front_page
()
&&
theme_get_setting
(
'site_name_abbreviation'
))
{
if
(
theme_get_setting
(
'site_name_abbreviation'
))
{
return
theme_get_setting
(
'site_name_abbreviation'
);
}
else
{
...
...
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