From 969ebbf4f120064ab864329c8daf3adc38cfc38a Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 5 Apr 2006 20:55:26 +0000 Subject: improvement: on picture.php, show title calculated in include/section_init.inc.php instead of nothing. git-svn-id: http://piwigo.org/svn/trunk@1128 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/yoga') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 82260bc96..50c0b0fc3 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -3,7 +3,11 @@
-
{L_HOME}{LEVEL_SEPARATOR}{CATEGORY}
+
+ {L_HOME} + {LEVEL_SEPARATOR}{SECTION_TITLE} + {LEVEL_SEPARATOR}{PICTURE_TITLE} +
{PHOTO}

{TITLE}

-- cgit v1.2.3