From 66e82fee1b541154a61c2c41024bd875328b363d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 27 Jan 2019 18:23:47 +0100 Subject: [PATCH] annulatio modif pour module code --- core/core.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/core.php b/core/core.php index 7b79b511..ef61dd50 100644 --- a/core/core.php +++ b/core/core.php @@ -1972,14 +1972,6 @@ class layout extends common { * Affiche le contenu */ public function showContent() { - // Exception pour le module code - if ($this->getData(['page', $this->getUrl(0), 'moduleId']) == 'code'&& - $this->getUrl(1) !== 'config') { - $this->core->output['title']; - //$this->core->output[include('site/file/source/' . $this->getdata(['module',$this->getUrl(0),'file']))]; - echo include('site/file/source/' . $this->getdata(['module',$this->getUrl(0),'file'])); - } else { - // Fin de l'exception if( $this->core->output['title'] AND (