diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-24 16:19:35 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-24 16:19:35 +0000 |
commit | ba2bd867f7c0d549761efd0677abdea919212b99 (patch) | |
tree | cf8fb7f3bb69194d7e5b703e5e35a985549983d8 /phpfspot_cfg.php.dist | |
parent | 786b3f5c01914c39d2f5c3ae5de8a15a687175e5 (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.dist | 6 |
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"; |