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 '