aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/picwall.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/vintage/picwall.html')
-rw-r--r--tpl/vintage/picwall.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/tpl/vintage/picwall.html b/tpl/vintage/picwall.html
index 4e227e37..b3a16791 100644
--- a/tpl/vintage/picwall.html
+++ b/tpl/vintage/picwall.html
@@ -1,7 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html>
3<head>{include="includes"} 3<head>{include="includes"}
4<script src="inc/blazy-1.3.1.min.js#"></script>
5</head> 4</head>
6<body> 5<body>
7<div id="pageheader">{include="page.header"}</div> 6<div id="pageheader">{include="page.header"}</div>
@@ -16,7 +15,11 @@
16 <div id="picwall_container"> 15 <div id="picwall_container">
17 {loop="$linksToDisplay"} 16 {loop="$linksToDisplay"}
18 <div class="picwall_pictureframe"> 17 <div class="picwall_pictureframe">
19 {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a> 18 {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore}
19 <img data-src="{$value.thumbnail}#" class="b-lazy"
20 src=""
21 alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" />
22 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
20 {loop="$value.picwall_plugin"} 23 {loop="$value.picwall_plugin"}
21 {$value} 24 {$value}
22 {/loop} 25 {/loop}
@@ -35,10 +38,6 @@
35 38
36{include="page.footer"} 39{include="page.footer"}
37 40
38<script> 41<script src="js/thumbnails.min.js"></script>
39window.onload = function() {
40 var bLazy = new Blazy();
41}
42</script>
43</body> 42</body>
44</html> 43</html>