From c34f09c02bf07f505709625f7f43474e7747b2d1 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Mon, 30 Aug 2021 00:41:00 +0200 Subject: [PATCH] [ticket/16860] Fix breadcrumbs title tags A bit of order for the sake of readability PHPBB3-16860 --- .../prosilver/template/navbar_header.html | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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 %}