diff --git a/CHANGES.md b/CHANGES.md index efa1df9b..08a981f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,8 @@ ## Version 9.0.07 - Correction : - Disparition du menu quand la bannière est masquée - +- Modifications : + - Barre d'administration, pages organisées ## Version 9.0.06 - Correction : diff --git a/core/core.php b/core/core.php index abcaad0a..2ed62089 100644 --- a/core/core.php +++ b/core/core.php @@ -1076,7 +1076,6 @@ class common { * Mises à jour */ private function update() { - echo "pop"; // Version 8.1.0 if($this->getData(['core', 'dataVersion']) < 810) { $this->setData(['config', 'timezone', 'Europe/Paris']); @@ -2338,13 +2337,36 @@ class layout extends common { if($this->getUser('group') >= self::GROUP_MODERATOR) { $leftItems .= '
  • '; $leftItems .= '
  • ' . template::ico('plus') . '
  • '; if(