summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
blob: 52751e238907861b4b52fa768a69e7543d5c0e9a (plain)
1
2
3
4
5
6
<div id='tag'>
 The following tags are available:<br />
{foreach from=$tags item=tag }
 <a href="?{$tag}">{$tag}</a>
{/foreach}
</div>