From d7cdad6b6ea760fd0e7283bcf0eab1cee1bfbca9 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 14 Sep 2023 21:18:23 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9placement=20de=20bloc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/layout.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/class/layout.class.php b/core/class/layout.class.php index 6afeafba..ccd1396c 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -917,12 +917,12 @@ class layout extends common $leftItems .= '
  • '; - if ($this->getUser('group') >= self::GROUP_ADMIN) { - $leftItems .= '
  • ' . template::ico('flag', [ - 'help' => 'Langues', - 'href' => helper::baseUrl() . 'language' - ]) . '
  • '; - } + } + if ($this->getUser('group') >= self::GROUP_ADMIN) { + $leftItems .= '
  • ' . template::ico('flag', [ + 'help' => 'Langues', + 'href' => helper::baseUrl() . 'language' + ]) . '
  • '; } // Liste des pages