some stylesheet cleanup
[phpfspot.git] / phpfspot_cfg.php
index 86171d661be99c02ac9c328fe3758a027e9c632e..a451544b9bb487507cc5debff9412e8f02dfb48d 100644 (file)
@@ -34,6 +34,11 @@ class PHPFSPOT_CFG {
    var $path_replace_from = "/home/unki";
    var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
 
+   /* This is not really a security option - it only hides some present F-Spot
+      tags from the available-tags-list
+   */
+   var $hide_tags = Array("Favorites", "Hidden", "People", "Places", "Events");
+
 }
 
 ?>