diff --git a/core/core.php b/core/core.php index c4df33c8..b3e6d81a 100644 --- a/core/core.php +++ b/core/core.php @@ -2015,7 +2015,7 @@ class common { } if($this->getUser('group') >= self::GROUP_ADMIN) { $rightItems .= '
  • ' . template::ico('brush') . '
  • '; - $rightItems .= '
  • ' . template::ico('box') . '
  • '; + $rightItems .= '
  • ' . template::ico('puzzle') . '
  • '; if ($this->getData(['config', 'i18n', 'enable']) === true) { $rightItems .= '
  • ' . template::ico('flag') . '
  • '; }