From eb189de80066ce353e472cd9067defd67102177f Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 17 Jul 2005 14:58:42 +0000 Subject: - new configuration parameter : hide thumbnail captions on main page with $conf['show_thumbnail_caption'] - new configuration parameter : hide picture name in title on picture presentation page with $conf['show_picture_name_on_title'] - template : new CSS classes to manage picture.php title git-svn-id: http://piwigo.org/svn/trunk@803 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/picture.tpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'template/default/picture.tpl') diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 975edc802..2633113d8 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -1,10 +1,15 @@
{information.INFORMATION}
+
-
{L_HOME}{LEVEL_SEPARATOR}{CATEGORY}
-
{TITLE}
-
{PHOTO}
+
+ {L_HOME}{LEVEL_SEPARATOR}{CATEGORY} + + {LEVEL_SEPARATOR}{TITLE} + +
+
{PHOTO}
-- cgit v1.2.3