some nice credit page
[phpfspot.git] / phpfspot_cfg.php
index 955a6ffda25a54d38067e25a7a48cdf7057e34b0..e7997612a97751fb839a021a976c035c88f08a3e 100644 (file)
@@ -4,11 +4,14 @@ class PHPFSPOT_CFG {
 
    var $page_title = "phpfspot - dynamic PHP gallery for F-Spot";
 
+   var $product = "phpfspot";
+   var $version = "0.1";
+
    var $base_path = "/var/www/images.netshadow.at/htdocs/phpfspot";
 
    var $web_path = "/phpfspot";
 
-   var $thumb_width = "200";
+   var $thumb_width = "150";
    
    var $photo_width = "800";
 
@@ -17,7 +20,7 @@ class PHPFSPOT_CFG {
    var $path_replace_from = "/home/unki";
    var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
 
-   var $thumbs_per_row = 3;
+   var $thumbs_per_row = 4;
 
 }