some style fixes
[phpfspot.git] / phpfspot_cfg.php
index b833b99940654134a3bb1a90e00f3acc0e80e796..955a6ffda25a54d38067e25a7a48cdf7057e34b0 100644 (file)
@@ -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 = 3;
+
 }
 
 ?>