show additional infos in the image preview bubble
[phpfspot.git] / phpfspot_cfg.php
index b833b99940654134a3bb1a90e00f3acc0e80e796..f01955cbd68e2c0326ac4be71f9fa6910a48bf16 100644 (file)
@@ -8,7 +8,7 @@ class PHPFSPOT_CFG {
 
    var $web_path = "/phpfspot";
 
-   var $thumb_width = "200";
+   var $thumb_width = "150";
    
    var $photo_width = "800";
 
@@ -17,6 +17,8 @@ class PHPFSPOT_CFG {
    var $path_replace_from = "/home/unki";
    var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
 
+   var $thumbs_per_row = 4;
+
 }
 
 ?>