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/';