add reload icon
[phpfspot.git] / phpfspot_cfg.php
index b833b99940654134a3bb1a90e00f3acc0e80e796..ee05eac91e4f8bdb6722c30d807dbdaa03a5ffaf 100644 (file)
@@ -4,19 +4,25 @@ 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 = 4;
+
 }
 
 ?>