annulatio modif pour module code

This commit is contained in:
fredtempez 2019-01-27 18:23:47 +01:00
parent 30a3ecbbc2
commit 66e82fee1b
1 changed files with 0 additions and 8 deletions

View File

@ -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 (