From 6ccd0b218fbd34de750f55b78f3dc43bb3d9fa8e Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Thu, 18 May 2017 20:28:11 +0200 Subject: Adding ability to display subtags in tagcloud --- tpl/default/tagcloud.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'tpl/default/tagcloud.html') diff --git a/tpl/default/tagcloud.html b/tpl/default/tagcloud.html index 53c31748..efe6e937 100644 --- a/tpl/default/tagcloud.html +++ b/tpl/default/tagcloud.html @@ -12,6 +12,24 @@ {$countTags=count($tags)}

{'Tag cloud'|t} - {$countTags} {'tags'|t}

+
+
+
+
+ + + +
+
+
+
+
{loop="$plugin_start_zone"} {$value} @@ -21,7 +39,7 @@
{loop="tags"} {$key}{$value.count} + >{$value.count} {loop="$value.tag_plugin"} {$value} {/loop} -- cgit v1.2.3