X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php.dist;h=85e1752d3df5f655bcf7c6cf58bbf59fa6d98c41;hp=506eaa14898232ec0711f9b52df59726f01ae6e0;hb=ba2bd867f7c0d549761efd0677abdea919212b99;hpb=786b3f5c01914c39d2f5c3ae5de8a15a687175e5 diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 506eaa1..85e1752 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -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";