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.dist6
1 files changed, 6 insertions, 0 deletions
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";