aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-20 13:24:54 +0200
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:29:53 +0100
commit411726c53a3e29540574c52f3a16edb060eb235e (patch)
tree4e539a12bcd0dcb1579cbda76416db9017c1d6d9 /tpl/default/picwall.html
parent6885613a33a8418690521bf740e9ea5f0c235655 (diff)
downloadShaarli-411726c53a3e29540574c52f3a16edb060eb235e.tar.gz
Shaarli-411726c53a3e29540574c52f3a16edb060eb235e.tar.zst
Shaarli-411726c53a3e29540574c52f3a16edb060eb235e.zip
Daily template
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 686f506c..03f3c949 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -2,7 +2,6 @@
2<html> 2<html>
3<head> 3<head>
4 {include="includes"} 4 {include="includes"}
5 <script src="inc/blazy-1.3.1.min.js#"></script>
6</head> 5</head>
7<body> 6<body>
8{include="page.header"} 7{include="page.header"}
@@ -28,6 +27,7 @@
28 {/loop} 27 {/loop}
29 </div> 28 </div>
30 {/loop} 29 {/loop}
30 <div class="clear"></div>
31 </div> 31 </div>
32 32
33 <div id="plugin_zone_end_picwall" class="plugin_zone"> 33 <div id="plugin_zone_end_picwall" class="plugin_zone">
@@ -39,6 +39,7 @@
39</div> 39</div>
40 40
41{include="page.footer"} 41{include="page.footer"}
42<script src="inc/blazy-1.3.1.min.js#"></script>
42<script> 43<script>
43 window.onload = function() { 44 window.onload = function() {
44 var bLazy = new Blazy(); 45 var bLazy = new Blazy();