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/default.css | 10 ++++++++++ template/default/picture.tpl | 11 ++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) (limited to 'template/default') diff --git a/template/default/default.css b/template/default/default.css index 5ec9a6921..3169c6a64 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -100,6 +100,16 @@ div.information { font-size:14px; font-weight:bold;} /* POSITION */ +div#pictureTitle { + float:left; + text-align:left; +} + +div#pictureNumber { + float:right; + text-align:right; +} + #gauche,#droite { float:left; 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