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 { ?>