From 34047d23fb5e09b6bc2728f0f8827eaa038f02ea Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 1 Mar 2015 10:47:01 +0100 Subject: Lazy load images with the light lib bLazy.js instead of jQuery: * Remove jquery.lazyload lib * Add blazy lib * Add a bit of CSS animation * Delete unused picwall2 template --- tpl/picwall.html | 12 ++---------- tpl/picwall2.html | 19 ------------------- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 tpl/picwall2.html (limited to 'tpl') diff --git a/tpl/picwall.html b/tpl/picwall.html index d3cabb2d..ea1ef420 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -1,11 +1,7 @@ {include="includes"} -{if="empty($GLOBALS['disablejquery'])"} - - - -{/if} + @@ -20,12 +16,8 @@ {include="page.footer"} -{if="empty($GLOBALS['disablejquery'])"} -{/if} \ No newline at end of file diff --git a/tpl/picwall2.html b/tpl/picwall2.html deleted file mode 100644 index 44d08b0c..00000000 --- a/tpl/picwall2.html +++ /dev/null @@ -1,19 +0,0 @@ - - -{include="includes"} - - -
- {loop="linksToDisplay"} -
-
{$value.thumbnail}
- {$value.title|htmlspecialchars}
- {$value.description|htmlspecialchars} -
-

- {/loop} -
- -{include="page.footer"} - - \ No newline at end of file -- cgit v1.2.3