when click on the loupe open a new window and display the image
[phpfspot.git] / phpfspot_cfg.php
index 955a6ffda25a54d38067e25a7a48cdf7057e34b0..ee05eac91e4f8bdb6722c30d807dbdaa03a5ffaf 100644 (file)
@@ -4,20 +4,24 @@ 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";
+   var $photo_width = "640";
 
-   var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+   var $fspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+   var $phpfspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/phpfspot.db";
 
    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;
 
 }