aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/tags.tpl')
-rw-r--r--template/yoga/tags.tpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/template/yoga/tags.tpl b/template/yoga/tags.tpl
deleted file mode 100644
index 33f69ca69..000000000
--- a/template/yoga/tags.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- $Id: comments.tpl 960 2005-12-03 17:33:38Z chrisaga $ -->
-<div id="content">
-
- <div class="titrePage">
- <ul class="categoryActions">
- <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
- </ul>
- <h2>{lang:Tags}</h2>
- </div>
-
- <ul id="fullTagCloud">
- <!-- BEGIN tag -->
- <li><a href="{tag.URL}" class="{tag.CLASS}" title="{tag.TITLE}">{tag.NAME}</a></li>
- <!-- END tag -->
- </ul>
-
-</div> <!-- content -->