diff --git a/core/core.php b/core/core.php index bf67c4b6..26951238 100755 --- a/core/core.php +++ b/core/core.php @@ -3163,7 +3163,6 @@ class layout extends common { $rightItems .= '
  • ' . template::ico('folder') . '
  • '; } if($this->getUser('group') >= self::GROUP_ADMIN) { - $rightItems .= '
  • ' . template::ico('users') . '
  • '; $rightItems .= '
  • ' . template::ico('brush') . '
  • '; if ($this->getData(['config', 'i18n']) === true) { $rightItems .= '
  • ' . template::ico('flag') . '
  • '; @@ -3185,6 +3184,7 @@ class layout extends 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') . '
  • ';