- 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
This commit is contained in:
plegall
2005-07-17 14:58:42 +00:00
parent 3f4f655e1e
commit eb189de800
6 changed files with 69 additions and 28 deletions
+10
View File
@@ -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;