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') . '
  • ';