From 09fdb34b7f28d4db70e4f02d4dd545e82bfe5d9f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 4 Feb 2022 09:14:39 +0100 Subject: [PATCH] garder puzzle --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') . '
  • '; }