52751e238907861b4b52fa768a69e7543d5c0e9a
[phpfspot.git] / templates / tags.tpl
1 <div id='tag'>
2  The following tags are available:<br />
3 {foreach from=$tags item=tag }
4  <a href="?{$tag}">{$tag}</a>
5 {/foreach}
6 </div>