diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 07:08:46 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 07:08:46 +0000 |
commit | c54dcf670a6ea58d885eb143c0eac8d90d3020f7 (patch) | |
tree | ffcb1971d7023b0440d3996f29af989596971c84 /phpfspot_cfg.php | |
parent | a8f486923b8243347ac658a9a7148939f6c0411d (diff) |
additional resolution for bubble images
image viewer class now uses parents thumbnail handling functions
git-svn-id: file:///var/lib/svn/phpfspot/trunk@68 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r-- | phpfspot_cfg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php index ee05eac..34257cd 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -12,7 +12,7 @@ class PHPFSPOT_CFG { var $web_path = "/phpfspot"; var $thumb_width = "150"; - + var $bubble_width = "200"; var $photo_width = "640"; var $fspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db"; |