From 9edbd33b54406dd409ee6572b6d8f3e99ebac58e Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 11 Jul 2016 00:12:05 +0200 Subject: [PATCH] Added mircodata --- com.woltlab.wcf/templates/article.tpl | 36 ++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/article.tpl b/com.woltlab.wcf/templates/article.tpl index 3082c864db..b46be86c81 100644 --- a/com.woltlab.wcf/templates/article.tpl +++ b/com.woltlab.wcf/templates/article.tpl @@ -76,6 +76,40 @@ {/foreach} {/if} + + {/capture} {include file='header'} @@ -145,7 +179,7 @@
{$article->getUserProfile()->aboutMe}
- + {if MESSAGE_SIDEBAR_ENABLE_USER_ONLINE_MARKING}{@$article->getUserProfile()->getFormattedUsername()}{else}{$article->getUserProfile()->username}{/if} {if MODULE_USER_RANK} {if $article->getUserProfile()->getUserTitle()} -- 2.20.1