aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/picwall.html
blob: e686afe18a806272aea673dbf41c1eeb4ee28247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>{include="includes"}
<script src="inc/blazy-1.3.1.min.js#"></script>
</head>
<body>
<div id="pageheader">{include="page.header"}</div>
<div class="center">
        <div id="picwall_container">
            {loop="linksToDisplay"}
            <div class="picwall_pictureframe">
        	    {$value.thumbnail}<a href="{$value.url}"><span class="info">{$value.title|htmlspecialchars}</span></a>
            </div>
            {/loop}
        </div>
</div>
{include="page.footer"}

<script>
    var bLazy = new Blazy();
</script>
</body>
</html>