X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fpicwall.html;h=4e227e3744038cd440fed8e89e8d3564ce87e6db;hb=dec5fe9c6973054a1301982f910de86a19502b55;hp=e686afe18a806272aea673dbf41c1eeb4ee28247;hpb=4a1a1190a6c9f72f72bce7e8989541e58f366a90;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/picwall.html b/tpl/picwall.html index e686afe1..4e227e37 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -5,19 +5,40 @@ + +
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+
- {loop="linksToDisplay"} + {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"} - \ No newline at end of file +