X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fdaily.html;h=816e5d0a8bd342cdb200fdb34525a6dbce5865d9;hb=d9bf5b31ff9e2d007ddfb7f7756184f0ca9676c8;hp=29d845d5307231d1337e3964837d8931a89736e0;hpb=81bd104daa26204b8deffcd2d0723d234c9514a6;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/daily.html b/tpl/default/daily.html index 29d845d5..816e5d0a 100644 --- a/tpl/default/daily.html +++ b/tpl/default/daily.html @@ -69,9 +69,12 @@ {$link.title} - {$thumb=thumbnail($value.url)} - {if="$thumb!=false"} -
{$thumb}
+ {if="$thumbnails_enabled && !empty($link.thumbnail)"} +
+ thumbnail +
{/if}
{$link.formatedDescription}
{if="$link.tags"} @@ -83,7 +86,7 @@ {/loop} {/if} -
+
{loop="$link.link_plugin"} {$value} {/loop} @@ -108,6 +111,7 @@
{include="page.footer"} +