upgedated CHANGELOG, README and UPGRADE
[phpfspot.git] / phpfspot_cfg.php.dist
index 93aaff412cd72d7549c7be17ce9740300dbd611c..f002aebc14984c334d25fe31fc56222305cc153e 100644 (file)
@@ -84,6 +84,16 @@ 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;
+
+   /* Use Ajax Auto Completion for tag search. Maybe, if you have a slow
+      connectivity for the server, it's a good idea to turn it off.
+   */
+   var $use_autocomplete = true;
+
    /* logging = display || errorlog || logfile */
    var $logging = "display";