From bf3c9934d2dc02cead5995570239c5c6230ed5e5 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 29 Jul 2018 17:40:05 +0200 Subject: Fix fatal error on daily page: use new thumbnail system Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190 --- tpl/default/daily.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tpl/default/daily.html') 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"} + -- cgit v1.2.3