aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-08-03 11:08:29 +0200
committerArthurHoaro <arthur@hoa.ro>2019-08-03 11:08:29 +0200
commitb14687036b9b800681197f51fdc47e62f0c88e2e (patch)
tree0863bba0081fd20256bc3fc8eb9f6365b2e3ff3b /tpl/default/picwall.html
parent1b8ed48a0d3964186f4d66d443783f4d250e7147 (diff)
parentd63ff87a009313141ae684ec447b902562ff6ee7 (diff)
downloadShaarli-b14687036b9b800681197f51fdc47e62f0c88e2e.tar.gz
Shaarli-b14687036b9b800681197f51fdc47e62f0c88e2e.tar.zst
Shaarli-b14687036b9b800681197f51fdc47e62f0c88e2e.zip
Merge branch 'v0.11' into latest
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 5a959244..73359949 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -32,13 +32,13 @@
32 {/loop} 32 {/loop}
33 </div> 33 </div>
34 34
35 <div id="picwall-container" class="picwall-container"> 35 <div id="picwall-container" class="picwall-container" role="list">
36 {loop="$linksToDisplay"} 36 {loop="$linksToDisplay"}
37 <div class="picwall-pictureframe"> 37 <div class="picwall-pictureframe" role="listitem">
38 {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} 38 {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore}
39 <img data-src="{$value.thumbnail}#" class="b-lazy" 39 <img data-src="{$value.thumbnail}#" class="b-lazy"
40 src="" 40 src=""
41 alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> 41 alt="" width="{$thumbnails_width}" height="{$thumbnails_height}" />
42 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a> 42 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
43 {loop="$value.picwall_plugin"} 43 {loop="$value.picwall_plugin"}
44 {$value} 44 {$value}