From 7a4b1589afeead3f197e70eb9cebc9a7da813ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Thu, 19 Sep 2024 10:52:11 +0200 Subject: [PATCH] 13.4.00.test4 inverse la position des icones users et config --- core/class/layout.class.php | 8 ++++---- core/core.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/class/layout.class.php b/core/class/layout.class.php index 7883f44b..da737c64 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -1071,14 +1071,14 @@ class layout extends common 'help' => 'Thème', 'href' => helper::baseUrl() . 'theme' ]) . ''; - $rightItems .= '
  • ' . template::ico('cog-alt', [ - 'help' => 'Configuration', - 'href' => helper::baseUrl() . 'config' - ]) . '
  • '; $rightItems .= '
  • ' . template::ico('users', [ 'help' => 'Utilisateurs', 'href' => helper::baseUrl() . 'user' ]) . '
  • '; + $rightItems .= '
  • ' . template::ico('cog-alt', [ + 'help' => 'Configuration', + 'href' => helper::baseUrl() . 'config' + ]) . '
  • '; // Mise à jour automatique $today = mktime(0, 0, 0); $checkUpdate = $this->getData(['core', 'lastAutoUpdate']); diff --git a/core/core.php b/core/core.php index 7e5b9785..944555b3 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '13.4.00.test3'; + const ZWII_VERSION = '13.4.00.test4'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/';