aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-07-17 14:58:42 +0000
committerplegall <plg@piwigo.org>2005-07-17 14:58:42 +0000
commiteb189de80066ce353e472cd9067defd67102177f (patch)
tree0ad4620d140eacc7c5367de812f9315bbb3ca539 /template
parent3f4f655e1e16b7adfc6c5b57742e6a8f90b1db20 (diff)
- 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
Diffstat (limited to 'template')
-rw-r--r--template/default/default.css10
-rw-r--r--template/default/picture.tpl11
2 files changed, 18 insertions, 3 deletions
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 @@
<!-- BEGIN information -->
<div class="information">{information.INFORMATION}</div>
<!-- END information -->
+
<div class="titrePage">
- <div id="gauche"><a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}</div>
- <div id="centre" class="nameImage">{TITLE}</div>
- <div id="droite">{PHOTO}</div>
+ <div id="pictureTitle">
+ <a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}
+ <!-- BEGIN title -->
+ {LEVEL_SEPARATOR}{TITLE}
+ <!-- END title -->
+ </div>
+ <div id="pictureNumber">{PHOTO}</div>
</div>
<div id="imgBarMenu">