diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/index.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 85b91d1de..0eb4baa8e 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -90,4 +90,14 @@ <!-- END comment --> <!-- END cat_infos --> +<!-- BEGIN related_tags --> + <ul id="fullTagCloud"> + <li>{lang:Related tags}:</li> + <!-- BEGIN tag --> + <li><a href="{related_tags.tag.URL}" class="{related_tags.tag.CLASS}" title="{related_tags.tag.TITLE}">{related_tags.tag.NAME}</a></li> + <!-- END tag --> + </ul> +<!-- END related_tags --> + + </div> <!-- content --> |