diff options
Diffstat (limited to 'tpl/picwall.html')
-rw-r--r-- | tpl/picwall.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html index da6df762..2083a629 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html | |||
@@ -1,6 +1,8 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head>{include="includes"}</head> | 3 | <head>{include="includes"} |
4 | <script src="inc/jquery.lazyload.min.js#"></script> | ||
5 | </head> | ||
4 | <body> | 6 | <body> |
5 | <div id="pageheader">{include="page.header"}</div> | 7 | <div id="pageheader">{include="page.header"}</div> |
6 | <center> | 8 | <center> |
@@ -14,4 +16,9 @@ | |||
14 | </center> | 16 | </center> |
15 | {include="page.footer"} | 17 | {include="page.footer"} |
16 | </body> | 18 | </body> |
19 | <script> | ||
20 | $(document).ready(function() { | ||
21 | $("img.lazyimage").show().lazyload(); | ||
22 | }); | ||
23 | </script> | ||
17 | </html> \ No newline at end of file | 24 | </html> \ No newline at end of file |