X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php;h=e7997612a97751fb839a021a976c035c88f08a3e;hp=955a6ffda25a54d38067e25a7a48cdf7057e34b0;hb=588923cbaafe421b32ec55e2dd4c4bb04df625dd;hpb=ca33ffdcbb65a0b344e450966c2fcff1d9e9212b diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php index 955a6ff..e799761 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -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; }