diff --git a/core/layout/main.php b/core/layout/main.php index 76ad8d34..c2a80637 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -169,6 +169,9 @@ $blogItem === false ) { // Pleine page en mode configuration $layout->showContent(); + if (file_exists('site/data/body.inc.html')) { + include('site/data/body.inc.html'); + } } else { ?>
@@ -178,8 +181,11 @@ showBarContentLeft(); ?>
-
showContent(); ?> - +
showContent(); + if (file_exists('site/data/body.inc.html')) { + include('site/data/body.inc.html'); + } + ?>
@@ -189,9 +195,6 @@