diff options
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/picwall.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 1ea9c20a..1b8bf3b9 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html | |||
@@ -24,9 +24,9 @@ | |||
24 | {/loop} | 24 | {/loop} |
25 | </div> | 25 | </div> |
26 | 26 | ||
27 | <div id="picwall_container" class="picwall-container"> | 27 | <div id="picwall-container" class="picwall-container"> |
28 | {loop="$linksToDisplay"} | 28 | {loop="$linksToDisplay"} |
29 | <div class="picwall_pictureframe"> | 29 | <div class="picwall-pictureframe"> |
30 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 30 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |
31 | <img data-src="{$value.thumbnail}#" class="b-lazy" | 31 | <img data-src="{$value.thumbnail}#" class="b-lazy" |
32 | src="#" | 32 | src="#" |