Valeurs par défaut identiques à la galerie principale

git-svn-id: http://piwigo.org/svn/trunk@1829 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
laurent.duretz
2007-02-16 17:09:35 +00:00
parent 1ddc82e510
commit b99c242ab7

View File

@@ -30,10 +30,11 @@
// +-----------------------------------------------------------------------+
// ****** Gallery configuration ****** //
// Srcipt version
// Script version
$conf['version'] = 'Alligator';
// URL of main gallery
// Example : http://www.my.domain/my/directory
$conf['gallery'] = 'http://';
// prefix for thumbnails in "thumbnail" sub directories
@@ -100,10 +101,10 @@ $conf['thumbnail'] = false;
$conf['thumbnail_method'] = 'ratio';
// Height in pixels (greater than 0)
$conf['thumbnail_height'] = 96;
$conf['thumbnail_height'] = 128;
// Width in pixels (greater than 0)
$conf['thumbnail_width'] = 96;
$conf['thumbnail_width'] = 128;
// Ratio between original and thumbnail size (strictly between 0 and 1)
$conf['thumbnail_ratio'] = 0.2;