summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tags.tpl')
-rw-r--r--templates/tags.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl
new file mode 100644
index 0000000..52751e2
--- /dev/null
+++ b/templates/tags.tpl
@@ -0,0 +1,6 @@
+<div id='tag'>
+ The following tags are available:<br />
+{foreach from=$tags item=tag }
+ <a href="?{$tag}">{$tag}</a>
+{/foreach}
+</div>