From b038c8adf6d206e382f82d489413a25f09c8f744 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 11 Mar 2023 17:50:26 +0100 Subject: [PATCH] account edit --- core/class/layout.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/class/layout.class.php b/core/class/layout.class.php index a3ee334c..89659dfa 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -1016,7 +1016,10 @@ class layout extends common } } if ($this->getUser('group') >= self::GROUP_MODERATOR) { - $rightItems .= '
  • ' . template::ico('user', ['margin' => 'right']) . '' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '
  • '; + $rightItems .= '
  • ' . + template::ico('user', ['margin' => 'right']) . '' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . + '
  • '; } $rightItems .= '
  • ' . template::ico('logout', [ 'help' => 'Déconnecter',