summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-11-24 16:19:35 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-11-24 16:19:35 +0000
commitba2bd867f7c0d549761efd0677abdea919212b99 (patch)
treecf8fb7f3bb69194d7e5b703e5e35a985549983d8 /phpfspot_cfg.php.dist
parent786b3f5c01914c39d2f5c3ae5de8a15a687175e5 (diff)
issue79, show only certain tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@306 fa6a889d-dae6-447d-9e79-4ba9a3039384
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";