From 8b816a18f45bb698c5a84eaca50f4de1dcb903c1 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Mar 2010 21:18:38 +0000 Subject: 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 --- themes/default/template/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/template/header.tpl') 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'))} {$GALLERY_TITLE} | {$PAGE_TITLE}{else} {$PAGE_TITLE} | {$GALLERY_TITLE}{/if} -- cgit v1.2.3