diff --git a/core/core.php b/core/core.php
index 195c6ade..40cfcc20 100755
--- a/core/core.php
+++ b/core/core.php
@@ -45,7 +45,7 @@ class common {
// Numéro de version
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
- const ZWII_VERSION = '11.0.03';
+ const ZWII_VERSION = '11.0.04';
const ZWII_UPDATE_CHANNEL = "v11";
public static $actions = [];
@@ -1770,8 +1770,9 @@ class common {
if ($this->getData(['config', 'i18n', 'active']) === true) {
$rightItems .= '
' . template::ico('flag') . '';
}
- $rightItems .= '' . template::ico('puzzle') . '';
$rightItems .= '' . template::ico('brush') . '';
+ $rightItems .= '' . template::ico('users') . '';
+ $rightItems .= '' . template::ico('puzzle') . '';
$rightItems .= '' . template::ico('cog-alt') . '';
// Mise à jour automatique
$today = mktime(0, 0, 0);
@@ -1788,7 +1789,6 @@ class common {
$this->getData(['config','autoUpdate']) === true ) {
$rightItems .= '' . template::ico('update colorRed') . '';
}
- $rightItems .= '' . template::ico('users') . '';
}
$rightItems .= '' . template::ico('user', 'right') . '' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '';
$rightItems .= '' . template::ico('logout') . '';