diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index fd075bbb9c..cfc8ffec86 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -2,7 +2,6 @@
+
{% EVENT navbar_header_username_append %}
-
+
+
{% if S_DISPLAY_PM %}
@@ -160,15 +165,20 @@
{% endif %}
+
{% if S_NOTIFICATIONS_DISPLAY %}
{{ Icon('iconify', 'fa:bell', lang('NOTIFICATIONS'), false) }}{NOTIFICATIONS_COUNT}
+
{% include 'notification_dropdown.html' %}
+
{% endif %}
+
{% EVENT navbar_header_user_profile_append %}
+
{% elseif not S_IS_BOT %}
@@ -182,7 +192,9 @@
{% endif %}
+
{% EVENT navbar_header_logged_out_content %}
+
{% endif %}
@@ -193,7 +205,6 @@
{% EVENT overall_header_breadcrumbs_before %}
-
{% if U_SITE_HOME %}
{% apply spaceless %}
@@ -207,6 +218,7 @@
{% endif %}
{% EVENT overall_header_breadcrumb_prepend %}
+
{% apply spaceless %}
@@ -232,7 +244,9 @@
{% EVENT overall_header_navlink_append %}
{% endfor %}
+
{% EVENT overall_header_breadcrumb_append %}
+
{% EVENT overall_header_breadcrumbs_after %}