From ae6683db7781bad80e7467151d4d3162a6cb0133 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 12 Jul 2021 16:39:56 +0200 Subject: [PATCH] Missing cover photo in the list of articles in a footer box Replaces #4378 --- com.woltlab.wcf/templates/boxArticleList.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/com.woltlab.wcf/templates/boxArticleList.tpl b/com.woltlab.wcf/templates/boxArticleList.tpl index 3e3b173321..5e18cda15f 100644 --- a/com.woltlab.wcf/templates/boxArticleList.tpl +++ b/com.woltlab.wcf/templates/boxArticleList.tpl @@ -32,6 +32,11 @@ {if $boxArticle->getTeaserImage() && $boxArticle->getTeaserImage()->hasThumbnail('small')}
{@$boxArticle->getTeaserImage()->getThumbnailTag('small')}
+ {else} +
+ +
{/if}

{$boxArticle->getTitle()}

-- 2.20.1