diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 07:09:52 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 07:09:52 +0000 |
commit | 7c498e18d97daa7ae42e355adf24b8c77cacad33 (patch) | |
tree | 0caa18f0a640452b1a738260ccabc19eba92d93b /phpfspot_cfg.php | |
parent | f5ebd8bd36353e5920031e7424ae02c212060b1b (diff) |
some style improvements
git-svn-id: file:///var/lib/svn/phpfspot/trunk@32 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 955a6ff..1be6325 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -8,7 +8,7 @@ class PHPFSPOT_CFG { var $web_path = "/phpfspot"; - var $thumb_width = "200"; + var $thumb_width = "150"; var $photo_width = "800"; |