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 %} {% 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 %} {% EVENT overall_header_breadcrumbs_after %}