diff options
author | plegall <plg@piwigo.org> | 2010-03-23 21:18:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 21:18:38 +0000 |
commit | 8b816a18f45bb698c5a84eaca50f4de1dcb903c1 (patch) | |
tree | e19684e026cf46a255e9a3b019f7736fd1a262ba /themes/default/template/header.tpl | |
parent | 5d854048e956d182d4e9e468c659a1ff2f3c7c15 (diff) |
bug fixed: the language keys used end with a whitespace, but it was removed
in the language file.
git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/header.tpl')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index b83c54c8c..cbe3d8f02 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -17,7 +17,7 @@ {/if} {/if} -{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))} +{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))} <title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else} <title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if} <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico"> |