X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.cloud.html;h=c067e1d459ed76dc232cc8e5f706e1f9a897306f;hb=a4a59e183e565a6933925b3cb30fc8393639ac5a;hp=68335c709ba90b5be6b79e80e2cabd9c03b05b9f;hpb=be9ddff2fb8706ce575e95e8cd64458411895dbe;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.cloud.html b/tpl/default/tag.cloud.html index 68335c70..c067e1d4 100644 --- a/tpl/default/tag.cloud.html +++ b/tpl/default/tag.cloud.html @@ -1,5 +1,5 @@ - + {include="includes"} @@ -14,8 +14,10 @@ {$countTags=count($tags)}

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

{if="!empty($search_tags)"} -

- {'List all links with those tags'|t} +

+ + {'List all links with those tags'|t} +

{/if} @@ -24,14 +26,15 @@
- - +
@@ -43,10 +46,10 @@ {/loop} -
+
{loop="tags"} - {$key}{$value.count} + {$key}{$value.count} {loop="$value.tag_plugin"} {$value} {/loop}