aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/navbar_header.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-11-11 09:28:35 -0800
committerMatt Friedman <maf675@gmail.com>2016-11-11 09:32:25 -0800
commit74285b430801db773b7b69536f6e74fbf88917ea (patch)
tree07c38106a7f31942ca05d8f6884178e5aa1cf522 /phpBB/styles/prosilver/template/navbar_header.html
parent9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc (diff)
downloadforums-74285b430801db773b7b69536f6e74fbf88917ea.tar
forums-74285b430801db773b7b69536f6e74fbf88917ea.tar.gz
forums-74285b430801db773b7b69536f6e74fbf88917ea.tar.bz2
forums-74285b430801db773b7b69536f6e74fbf88917ea.tar.xz
forums-74285b430801db773b7b69536f6e74fbf88917ea.zip
[ticket/14855] Update CSS
PHPBB3-14855
Diffstat (limited to 'phpBB/styles/prosilver/template/navbar_header.html')
-rw-r--r--phpBB/styles/prosilver/template/navbar_header.html4
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 3e5720ad65..9179b659cd 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -72,12 +72,12 @@
</li>
<!-- IF S_DISPLAY_PM -->
<li class="small-icon icon-pm rightside" data-skip-responsive="true">
- <a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} </span><!-- IF PRIVATE_MESSAGE_COUNT --><strong class="notification-alert">{PRIVATE_MESSAGE_COUNT}</strong><!-- ENDIF --><span></span></a>
+ <a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} </span><!-- IF PRIVATE_MESSAGE_COUNT --><strong class="notification-alert">{PRIVATE_MESSAGE_COUNT}</strong><!-- ENDIF --></a>
</li>
<!-- ENDIF -->
<!-- IF S_NOTIFICATIONS_DISPLAY -->
<li class="small-icon icon-notification 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"><span>{L_NOTIFICATIONS} </span><!-- IF NOTIFICATIONS_COUNT --><strong class="notification-alert">{NOTIFICATIONS_COUNT}</strong><!-- ENDIF --><span></span></a>
+ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"><span>{L_NOTIFICATIONS} </span><!-- IF NOTIFICATIONS_COUNT --><strong class="notification-alert">{NOTIFICATIONS_COUNT}</strong><!-- ENDIF --></a>
<!-- INCLUDE notification_dropdown.html -->
</li>
<!-- ENDIF -->