aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/picwall.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2016-10-17 10:20:50 +0200
committerGitHub <noreply@github.com>2016-10-17 10:20:50 +0200
commit209aa96e7e32d810db30d2eb437cef2280c5cad6 (patch)
treed7bde9c9a66fd2049b4ddb7b02f3c7351504166b /tpl/picwall.html
parent06eec9bf764662cd328627247a1f43e4abd3c5ad (diff)
parentdec5fe9c6973054a1301982f910de86a19502b55 (diff)
downloadShaarli-209aa96e7e32d810db30d2eb437cef2280c5cad6.tar.gz
Shaarli-209aa96e7e32d810db30d2eb437cef2280c5cad6.tar.zst
Shaarli-209aa96e7e32d810db30d2eb437cef2280c5cad6.zip
Merge pull request #660 from virtualtam/fix/template/loop
Cleanup: explicitely loop over PHP variables in templates
Diffstat (limited to 'tpl/picwall.html')
-rw-r--r--tpl/picwall.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html
index 230c948b..4e227e37 100644
--- a/tpl/picwall.html
+++ b/tpl/picwall.html
@@ -14,7 +14,7 @@
14 14
15<div class="center"> 15<div class="center">
16 <div id="picwall_container"> 16 <div id="picwall_container">
17 {loop="linksToDisplay"} 17 {loop="$linksToDisplay"}
18 <div class="picwall_pictureframe"> 18 <div class="picwall_pictureframe">
19 {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a> 19 {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
20 {loop="$value.picwall_plugin"} 20 {loop="$value.picwall_plugin"}