From c0ae7ccb3ea20b3b0ee543ece070e6571b036e0f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 14 Nov 2024 21:01:12 +0100 Subject: [PATCH] [ticket/17459] Display PM and notification icon without text PHPBB-17459 --- phpBB/styles/prosilver/template/navbar_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 6cd7ef4466..702a018765 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -167,7 +167,7 @@ {% if S_DISPLAY_PM %}
  • - {{ Icon('font', 'inbox', lang('PRIVATE_MESSAGES'), false) }} {PRIVATE_MESSAGE_COUNT} + {{ Icon('font', 'inbox', lang('PRIVATE_MESSAGES'), true) }} {PRIVATE_MESSAGE_COUNT}
  • {% endif %} @@ -175,7 +175,7 @@ {% if S_NOTIFICATIONS_DISPLAY %}