From caff764204f1b9b08fbaec2edb4b6c92ebe94b55 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 9 Jun 2016 16:15:12 +0200 Subject: [PATCH] Hide about box if 'about me' text is empty --- com.woltlab.wcf/templates/article.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/article.tpl b/com.woltlab.wcf/templates/article.tpl index 3690468e93..9f83dae6a8 100644 --- a/com.woltlab.wcf/templates/article.tpl +++ b/com.woltlab.wcf/templates/article.tpl @@ -113,7 +113,7 @@ {/if} -{if ARTICLE_SHOW_ABOUT_AUTHOR} +{if ARTICLE_SHOW_ABOUT_AUTHOR && $article->getUserProfile()->aboutMe}

{lang}wcf.article.aboutAuthor{/lang}

-- 2.20.1