aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorlaurent.duretz <laurent.duretz@piwigo.org>2007-02-16 17:09:35 +0000
committerlaurent.duretz <laurent.duretz@piwigo.org>2007-02-16 17:09:35 +0000
commitb99c242ab7eb780674073b81d25eb303216b6767 (patch)
treed5b28242171aad2e933032a6db05e892cdb8ab87 /tools
parent1ddc82e5104c6daa52723f3b5cac88b941200a33 (diff)
Valeurs par défaut identiques à la galerie principale
git-svn-id: http://piwigo.org/svn/trunk@1829 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/create_listing_file.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php
index 1342cbc84..0b0839812 100644
--- a/tools/create_listing_file.php
+++ b/tools/create_listing_file.php
@@ -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;