From de1dc21f4e078d66d0f110db86ed82f0788b576d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 25 Nov 2020 14:06:20 +0100 Subject: [PATCH] Activation --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index b55c6117..02f5b984 100755 --- a/core/core.php +++ b/core/core.php @@ -2939,7 +2939,7 @@ class layout extends common { if($this->getUser('group') >= self::GROUP_ADMIN) { $rightItems .= '
  • ' . template::ico('users') . '
  • '; $rightItems .= '
  • ' . template::ico('brush') . '
  • '; - //$rightItems .= '
  • ' . template::ico('flag') . '
  • '; + $rightItems .= '
  • ' . template::ico('flag') . '
  • '; $rightItems .= '
  • ' . template::ico('cog-alt') . '
  • '; // Mise à jour automatique $today = mktime(0, 0, 0);