From 41dbe47040bd8e1d01f849b807fcb9b617e8b905 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 3 May 2019 15:36:01 +0200 Subject: [PATCH] [9.1.00] correction mauvais commit --- core/core.php | 22 +++------------------- core/layout/main.php | 22 ++++++++++++++++++---- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/core/core.php b/core/core.php index 72cbcb12..07767582 100644 --- a/core/core.php +++ b/core/core.php @@ -1820,23 +1820,7 @@ class layout extends common { * @param page chargée */ public function showBarContentLeft() { - // Position du marqueur - - if ($this->getData(['page',$this->getData(['page',$this->getUrl(0),'barLeft']),'displayMenu']) === 'none') { - // Pas de menu - echo $this->core->output['contentLeft']; - } else { - // On recherche la position du menu - $mark = strpos('[]',$this->core->output['contentLeft']); - // pas de marqueur menu après le texte - if ($mark === 0 ) { - echo $this->core->output['contentLeft']; - echo '