aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/tagcloud.html
blob: 9418e2485ec6ac3e3d15aee4283cf76f4a4d6ac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>{include="includes"}</head>
<body>
	<div id="pageheader">{include="page.header"}</div>
<center>
<div id="cloudtag">
    {loop="tags"}
    <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key|htmlspecialchars}</a>
    {/loop}
</div>
</center>
{include="page.footer"}
</body>
</html>