issue79, show only certain tags
[phpfspot.git] / phpfspot_cfg.php.dist
index 506eaa14898232ec0711f9b52df59726f01ae6e0..85e1752d3df5f655bcf7c6cf58bbf59fa6d98c41 100644 (file)
@@ -80,6 +80,12 @@ class PHPFSPOT_CFG {
    */
    var $hide_tags = Array("Favorites", "Hidden", "People", "Places", "Events");
 
+   /* Show only pictures which are tagged with the following tags.
+      Comment out this option with // if you want to show all tags &
+      pictures.
+   */
+   //var $show_tags = Array("Friends", "Holidays");
+
    /* logging = display || errorlog || logfile */
    var $logging = "display";