]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/tagcloud.html
Change templates set through administration UI
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
diff --git a/tpl/tagcloud.html b/tpl/tagcloud.html
deleted file mode 100644 (file)
index 05e4527..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>{include="includes"}</head>
-<body>
-       <div id="pageheader">{include="page.header"}</div>
-<div class="center">
-    <div id="plugin_zone_start_tagcloud" class="plugin_zone">
-        {loop="$plugin_start_zone"}
-            {$value}
-        {/loop}
-    </div>
-
-    <div id="cloudtag">
-        {loop="$tags"}
-            <span class="count">{$value.count}</span><a
-                href="?searchtags={$key|urlencode}" style="font-size:{$value.size}em;">{$key}</a>
-            {loop="$value.tag_plugin"}
-                {$value}
-            {/loop}
-        {/loop}
-    </div>
-
-    <div id="plugin_zone_end_tagcloud" class="plugin_zone">
-        {loop="$plugin_end_zone"}
-            {$value}
-        {/loop}
-    </div>
-</div>
-{include="page.footer"}
-</body>
-</html>