From 6905b347ea09e13177200c74e0823be10e28d174 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 2 Jun 2022 11:22:59 +0200 Subject: [PATCH] Declare header entries in the order they are displayed The notifications entry was declared after the search one, but they are rendered in a different order. This PR switch their declarations, so the order they appear in match their order in the DOM. Signed-off-by: Louis Chemineau --- core/templates/layout.user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 82626733bd2..eafca3da1bd 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -133,8 +133,8 @@ $getUserAvatar = static function (int $size) use ($_): string {
-
+