From 7f75c131ed12fe830a13cc77ae677aa0d68740a4 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 13 Oct 2012 15:55:35 +0000 Subject: bug 2772: remove "Home" from html title pages on index pages git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/header.tpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'themes/default/template/header.tpl') diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 465c16d96..c375192aa 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -16,10 +16,7 @@ {/if} {/if} - -{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))} -{$GALLERY_TITLE} | {$PAGE_TITLE}{else} -{$PAGE_TITLE} | {$GALLERY_TITLE}{/if} +{$PAGE_TITLE}{if $PAGE_TITLE!=$GALLERY_TITLE} | {$GALLERY_TITLE}{/if} -- cgit v1.2.3