From c7df5d50ccd00437861b93384ac0f323ab0bfbb4 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 23 Jul 2021 19:39:10 +0200 Subject: [PATCH] 11004 barre admin ordre icones --- core/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') . '
  • ';