X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Ftagcloud.html;h=05e45273ffa284a61f5a71714bf1e6e93b18fad2;hb=954dc2446caade6ccad3ffd1173ef139c1f36ad3;hp=97205e2b07f743b760ae11668ea553022f9f5cae;hpb=8079dfd1cdec41a0bb3ee7ec2b974e8e64376d83;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/tagcloud.html b/tpl/tagcloud.html index 97205e2b..05e45273 100644 --- a/tpl/tagcloud.html +++ b/tpl/tagcloud.html @@ -4,9 +4,25 @@
+
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+
- {loop="tags"} - {$value.count}{$key|htmlspecialchars} + {loop="$tags"} + {$value.count}{$key} + {loop="$value.tag_plugin"} + {$value} + {/loop} + {/loop} +
+ +
+ {loop="$plugin_end_zone"} + {$value} {/loop}