X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fpicwall.html;h=230c948b783d9f1fc550bb594e4709b89b9ddf44;hb=7329118e9cfb41e4db0d898183304fcb0b204f7b;hp=8f8e0a0eed56b7b6671706e15f4fc8cb4130c0a4;hpb=858c5c2b43ce16f6d4b388725ef2d7a95e4a1986;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/picwall.html b/tpl/picwall.html index 8f8e0a0e..230c948b 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -1,28 +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 + +