From 536a942306cb9269664cc6f2c5799b609cd4d719 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 10 Feb 2019 14:27:08 +0100 Subject: [PATCH] =?UTF-8?q?Installation=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 25701984..53092e19 100644 --- a/core/core.php +++ b/core/core.php @@ -82,7 +82,9 @@ class common { 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => 'Accueil', - 'block' => '12' + 'block' => '12', + 'barLeft' => '', + 'barRight' => '' ], 'enfant' => [ 'typeMenu' => 'text', @@ -100,7 +102,9 @@ class common { 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => 'Enfant', - 'block' => '12' + 'block' => '12', + 'barLeft' => '', + 'barRight' => '' ], 'cachee' => [ 'typeMenu' => 'text', @@ -118,7 +122,9 @@ class common { 'group' => self::GROUP_MEMBER, 'targetBlank' => false, 'title' => 'Cachée', - 'block' => '12' + 'block' => '12', + 'barLeft' => '', + 'barRight' => '' ], 'mise-en-page' => [ 'typeMenu' => 'text',