X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fpicwall.html;h=3b5fccc33175a590d673dc92f39b234d13f8a096;hb=6132d64748dfc6806ed25f71d2e078a5ed29d071;hp=23796ac94e4eb200de71c02cfd54197ce357f4b6;hpb=7e9bd977eec3c996119626a4bb2828fc08979db8;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 23796ac9..3b5fccc3 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html @@ -1,11 +1,19 @@ - + {include="includes"} {include="page.header"} +{if="count($linksToDisplay)===0 && $is_logged_in"} +
+
+ {'There is no cached thumbnail. Try to synchronize them.'|t} +
+
+{/if} +
@@ -18,10 +26,14 @@ {/loop}
-
+
{loop="$linksToDisplay"} -
- {$value.thumbnail}{$value.title} +
+ {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} + + {$value.title} {loop="$value.picwall_plugin"} {$value} {/loop} @@ -36,10 +48,11 @@ {/loop}
+
{include="page.footer"} - +