X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fpicwall.html;h=230c948b783d9f1fc550bb594e4709b89b9ddf44;hb=e3de09b4c836547f094e528b61625e2780f40cc1;hp=d3cabb2db151a9d885694ece6407b4bd0c3b517d;hpb=09850e6a20b43a50ef28ebeeeb13f27597cd7831;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/picwall.html b/tpl/picwall.html index d3cabb2d..230c948b 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -1,31 +1,44 @@ {include="includes"} -{if="empty($GLOBALS['disablejquery'])"} - - - -{/if} + + +
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+
{loop="linksToDisplay"}
- {$value.thumbnail}{$value.title|htmlspecialchars} + {$value.thumbnail}{$value.title} + {loop="$value.picwall_plugin"} + {$value} + {/loop}
{/loop}
+ +
+ +
+ {loop="$plugin_end_zone"} + {$value} + {/loop} +
+ {include="page.footer"} -{if="empty($GLOBALS['disablejquery'])"} -{/if} - \ No newline at end of file +