]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/picwall.html
Cleanup: explicitely loop over PHP variables in templates
[github/shaarli/Shaarli.git] / tpl / picwall.html
index 97d5efdf7c43d2d6c710482d9a5da8cbf77dc84d..4e227e3744038cd440fed8e89e8d3564ce87e6db 100644 (file)
@@ -14,9 +14,9 @@
 
 <div class="center">
         <div id="picwall_container">
-            {loop="linksToDisplay"}
+            {loop="$linksToDisplay"}
             <div class="picwall_pictureframe">
-                   {$value.thumbnail}<a href="{$value.url}"><span class="info">{$value.title}</span></a>
+                   {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
                 {loop="$value.picwall_plugin"}
                     {$value}
                 {/loop}