diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:41:10 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:41:10 +0100 |
commit | 9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7 (patch) | |
tree | 3d0676a91b26bb4fabdefe52836d60aa65071489 /phpBB/styles/prosilver/template/navbar_header.html | |
parent | 2319748c08539301242e5c5c713c3841b8067e6d (diff) | |
parent | 372324cead4f9068ebe3ca10c85858af833a8026 (diff) | |
download | forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar.gz forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar.bz2 forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.tar.xz forums-9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/styles/prosilver/template/navbar_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/navbar_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 7925bd6362..ab6eb0805b 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -145,14 +145,14 @@ <!-- IF S_DISPLAY_PM --> <li class="rightside" data-skip-responsive="true"> <a href="{U_PRIVATEMSGS}" role="menuitem"> - <i class="icon fa-inbox fa-fw" aria-hidden="true"></i><span><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></span> + <i class="icon fa-inbox fa-fw" aria-hidden="true"></i><span><span>{L_PRIVATE_MESSAGES} <!-- IF PRIVATE_MESSAGE_COUNT --><strong class="badge">{PRIVATE_MESSAGE_COUNT}</strong><!-- ENDIF --></span> </a> </li> <!-- ENDIF --> <!-- IF S_NOTIFICATIONS_DISPLAY --> <li class="dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true"> <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"> - <i class="icon fa-bell fa-fw" aria-hidden="true"></i><span><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></span> + <i class="icon fa-bell fa-fw" aria-hidden="true"></i><span><span>{L_NOTIFICATIONS} <!-- IF NOTIFICATIONS_COUNT --><strong class="badge">{NOTIFICATIONS_COUNT}</strong><!-- ENDIF --></span> </a> <!-- INCLUDE notification_dropdown.html --> </li> |