From 7ee25a341918004d2fd26e52d4adbab3dc7cf44d Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 17 Jan 2009 22:22:30 +0000 Subject: Title harmonization in the scope of Piwigo website integration. $conf['reverse_home_title'] is false by default. On reverse_home_title = true, only index page will reverse its title. Compare to prior releases all titles are reversed. - Croatian flag merge -c3091 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3095 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/header.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/yoga') diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index c64ae5959..668d7c505 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -18,7 +18,9 @@ {/if} {/if} -{$GALLERY_TITLE} :: {$PAGE_TITLE} +{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))} +{$GALLERY_TITLE} | {$PAGE_TITLE}{else} +{$PAGE_TITLE} | {$GALLERY_TITLE}{/if} -- cgit v1.2.3