diff options
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r-- | phpfspot_cfg.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index ecb45ac..6547553 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -23,6 +23,7 @@ class PHPFSPOT_CFG { var $thumb_width = "150"; var $bubble_width = "200"; var $photo_width = "640"; + var $mini_width = "100"; /* how many columns in the photo index view */ var $thumbs_per_row = 4; |