X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fpicwall.html;h=230c948b783d9f1fc550bb594e4709b89b9ddf44;hb=5e148f8a529abf72256ef74ed149d56a5b27bd72;hp=9a2a47154b9103efe5f03db5bec34a6ab7fec3aa;hpb=eaefcba724e93c5f6b426ad8855ab1af8ac8212a;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/picwall.html b/tpl/picwall.html index 9a2a4715..230c948b 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -5,19 +5,40 @@ + +
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+
{loop="linksToDisplay"}
- {$value.thumbnail}{$value.title} + {$value.thumbnail}{$value.title} + {loop="$value.picwall_plugin"} + {$value} + {/loop}
{/loop}
+ +
+ +
+ {loop="$plugin_end_zone"} + {$value} + {/loop} +
+ {include="page.footer"} - \ No newline at end of file +