From 5529b0a80974703733606a4df37add8057b07db0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 29 Aug 2018 18:18:40 +0200 Subject: [PATCH] =?UTF-8?q?test=20mise=20=C3=A0=20jour=20auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 83ab6b69..159fc948 100644 --- a/core/core.php +++ b/core/core.php @@ -2006,9 +2006,9 @@ class layout extends common { $rightItems .= '
  • ' . template::ico('brush') . '
  • '; $rightItems .= '
  • ' . template::ico('gear') . '
  • '; // menu image - // if(helper::checkNewVersion()) { - // $rightItems .= '
  • ' . template::ico('update colorRed') . '
  • '; - // } + if(helper::checkNewVersion()) { + $rightItems .= '
  • ' . template::ico('update colorRed') . '
  • '; + } // menu image } $rightItems .= '
  • ' . template::ico('user', 'right') . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '
  • ';