aboutsummaryrefslogblamecommitdiffhomepage
path: root/tpl/tagcloud.html
blob: 97205e2b07f743b760ae11668ea553022f9f5cae (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                                          





                                                                                                                                                      
      

                       
       
<!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|htmlspecialchars}</a>
        {/loop}
    </div>
</div>
{include="page.footer"}
</body>
</html>