From bd6725499823cdfb73a1f269122cd7a9fb20fc2b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 Jul 2018 11:34:23 +0200 Subject: [PATCH] Include the item count on the following/blocked users pages See #2594 --- com.woltlab.wcf/templates/following.tpl | 2 ++ com.woltlab.wcf/templates/ignoredUsers.tpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/com.woltlab.wcf/templates/following.tpl b/com.woltlab.wcf/templates/following.tpl index 1409187942..8a8cb94eaf 100644 --- a/com.woltlab.wcf/templates/following.tpl +++ b/com.woltlab.wcf/templates/following.tpl @@ -1,5 +1,7 @@ {include file='userMenuSidebar'} +{capture assign='contentTitleBadge'}{#$items}{/capture} + {include file='header' __sidebarLeftHasMenu=true} {hascontent} diff --git a/com.woltlab.wcf/templates/ignoredUsers.tpl b/com.woltlab.wcf/templates/ignoredUsers.tpl index 11fc4a8e7a..2c7e6eddae 100644 --- a/com.woltlab.wcf/templates/ignoredUsers.tpl +++ b/com.woltlab.wcf/templates/ignoredUsers.tpl @@ -1,5 +1,7 @@ {include file='userMenuSidebar'} +{capture assign='contentTitleBadge'}{#$items}{/capture} + {include file='header' __sidebarLeftHasMenu=true} {hascontent} -- 2.20.1