summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist5
1 files changed, 5 insertions, 0 deletions
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";