issue118, user-friendly-url to directly address a photo or a photo-view
[phpfspot.git] / themes / default / templates / tags.tpl
index 326c09531449f650458da5aeb4414790801d24df..42a20ffb64a8a9c20090869a771e552e1668d90e 100644 (file)
@@ -8,4 +8,8 @@
   
  <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||
  <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } title="AND condition" />&amp;&amp;
-<div id="selected_tags">no tags selected</div>
+{ if $preset_selected_tags }
+ <div id="selected_tags">{ $preset_selected_tags }</div>
+{ else }
+ <div id="selected_tags">no tags selected</div>
+{ /if }