From 3666e2a3830c8235b231beed9964ba18fb7e1fb5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 Jul 2018 11:34:15 +0200 Subject: [PATCH] Placeholder for counter badges in the content title --- com.woltlab.wcf/templates/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/header.tpl b/com.woltlab.wcf/templates/header.tpl index 6dd1964f37..57ff8cc210 100644 --- a/com.woltlab.wcf/templates/header.tpl +++ b/com.woltlab.wcf/templates/header.tpl @@ -122,7 +122,7 @@ {if !$contentTitle|empty}
-

{@$contentTitle}

+

{@$contentTitle}{if !$contentTitleBadge|empty} {@$contentTitleBadge}{/if}

{if !$contentDescription|empty}

{@$contentDescription}

{/if}
-- 2.20.1