X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php.dist;h=3583560ff57be4883441f6c4b7f1bcd58b1759de;hp=93aaff412cd72d7549c7be17ce9740300dbd611c;hb=2b589908f4624b0ee41217f21d5b0b7cb383d38c;hpb=ba67cbf2ecb051b36ba0985099a76456b5c38e15 diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 93aaff4..3583560 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -84,6 +84,11 @@ class PHPFSPOT_CFG { */ //var $show_tags = Array("Friends", "Holidays"); + /* Use lightbox2 for photo preview (adds the little eye symbol into the + photo index. + */ + var $use_lightbox = true; + /* logging = display || errorlog || logfile */ var $logging = "display";