e7997612a97751fb839a021a976c035c88f08a3e
[phpfspot.git] / phpfspot_cfg.php
1 <?php
2
3 class PHPFSPOT_CFG {
4
5    var $page_title = "phpfspot - dynamic PHP gallery for F-Spot";
6
7    var $product = "phpfspot";
8    var $version = "0.1";
9
10    var $base_path = "/var/www/images.netshadow.at/htdocs/phpfspot";
11
12    var $web_path = "/phpfspot";
13
14    var $thumb_width = "150";
15    
16    var $photo_width = "800";
17
18    var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
19
20    var $path_replace_from = "/home/unki";
21    var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
22
23    var $thumbs_per_row = 4;
24
25 }
26
27 ?>