From 8238f31e67aad98ef84762ca08fdcc3339c74804 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 23 Dec 2018 23:41:07 +0100 Subject: [PATCH] =?UTF-8?q?v9.0.0=20r=C3=A9activer=20maj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/core.php b/core/core.php index ada15220..ad9bc6bc 100644 --- a/core/core.php +++ b/core/core.php @@ -2133,11 +2133,10 @@ class layout extends common { $rightItems .= '
  • ' . template::ico('users') . '
  • '; $rightItems .= '
  • ' . template::ico('brush') . '
  • '; $rightItems .= '
  • ' . template::ico('gear') . '
  • '; - // UA - // if(helper::checkNewVersion()) { - // $rightItems .= '
  • ' . template::ico('update colorRed') . '
  • '; - // } - // UA + + if(helper::checkNewVersion()) { + $rightItems .= '
  • ' . template::ico('update colorRed') . '
  • '; + } } $rightItems .= '
  • ' . template::ico('user', 'right') . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '
  • '; $rightItems .= '
  • ' . template::ico('logout') . '
  • ';