X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fpicwall.html;h=4e227e3744038cd440fed8e89e8d3564ce87e6db;hb=5036cffadee0acc3c87474139361e6e359380bcd;hp=631e0866b4c4c5f03ae60d0adfb79efea891cccb;hpb=f2acdfd14e19518fe668044afc5663901f9ea63e;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/picwall.html b/tpl/picwall.html index 631e0866..4e227e37 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -1,29 +1,44 @@ {include="includes"} -{if="empty($GLOBALS['disablejquery'])"} - -{/if} + -
-
- {loop="linksToDisplay"} -
- {$value.thumbnail}{$value.title|htmlspecialchars} -
+ +
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+ +
+
+ {loop="$linksToDisplay"} +
+ {$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 +