diff --git a/core/core.php b/core/core.php index fc8a312b..1068a554 100644 --- a/core/core.php +++ b/core/core.php @@ -1380,9 +1380,6 @@ class common if ((sizeof($blocks) === 1 || in_array($this->getUrl(1), $pattern))) { // Pleine page en mode configuration $this->showContent(); - if (file_exists(self::DATA_DIR . 'body.inc.html')) { - include(self::DATA_DIR . 'body.inc.html'); - } } else { echo '
'; /** @@ -1412,9 +1409,6 @@ class common */ echo '
'; $this->showContent(); - if (file_exists(self::DATA_DIR . 'body.inc.html')) { - include(self::DATA_DIR . 'body.inc.html'); - } echo '
'; /** * Barre droite