don't try to show non existing images in index matrix
[phpfspot.git] / templates / tags.tpl
index 52751e238907861b4b52fa768a69e7543d5c0e9a..f4664f910c6cc77f7886647a4cdb5600a50104ea 100644 (file)
@@ -1,6 +1,8 @@
-<div id='tag'>
  The following tags are available:<br />
-{foreach from=$tags item=tag }
- <a href="?{$tag}">{$tag}</a>
-{/foreach}
+<div id='available_tags'>
 </div>
+ The following tags have been selected: <br />
+<div id='selected_tags'>
+</div>
+<br />
+<a href="javascript:showPhotoIndex();">Photo Index</a>