aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/tagcloud.html
blob: 092f229413ed32a610b908005204f74702fdd3b5 (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>
<div class="center">
    <div id="cloudtag">
        {loop="tags"}
        <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key}</a>
        {/loop}
    </div>
</div>
{include="page.footer"}
</body>
</html>