aboutsummaryrefslogtreecommitdiffstats
path: root/BSF/template/yoga/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'BSF/template/yoga/tags.tpl')
-rw-r--r--BSF/template/yoga/tags.tpl19
1 files changed, 0 insertions, 19 deletions
diff --git a/BSF/template/yoga/tags.tpl b/BSF/template/yoga/tags.tpl
deleted file mode 100644
index 98a49cd06..000000000
--- a/BSF/template/yoga/tags.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-{* $Id$ *}
-<div id="content" class="content">
-
- <div class="titrePage">
- <ul class="categoryActions">
- <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
- </ul>
- <h2>{'Tags'|@translate}</h2>
- </div>
-
- {if isset($tags)}
- <ul id="fullTagCloud">
- {foreach from=$tags item=tag}
- <li><a href="{$tag.URL}" class="{$tag.CLASS}" title="{$tag.TITLE}">{$tag.NAME}</a></li>
- {/foreach}
- </ul>
- {/if}
-
-</div> <!-- content -->