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