enable or disable lightbox2 preview with use_lightbox config var
[phpfspot.git] / phpfspot_cfg.php.dist
index 93aaff412cd72d7549c7be17ce9740300dbd611c..3583560ff57be4883441f6c4b7f1bcd58b1759de 100644 (file)
@@ -84,6 +84,11 @@ class PHPFSPOT_CFG {
    */
    //var $show_tags = Array("Friends", "Holidays");
 
    */
    //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";
 
    /* logging = display || errorlog || logfile */
    var $logging = "display";