[9.1.10] déplacement include body dans main

This commit is contained in:
fredtempez 2019-06-11 11:54:50 +02:00
parent 0c68f36088
commit 24c8c7ac7e
1 changed files with 5 additions and 6 deletions

View File

@ -189,7 +189,11 @@
</div>
<?php endif; ?>
</div>
<?php } ?>
<?php }
if (file_exists('site/data/body.inc.html')) {
include('site/data/body.inc.html');
}
?>
</section>
<!-- footer -->
<?php if(
@ -306,10 +310,5 @@
<!-- Lien remonter en haut -->
<div id="backToTop"><?php echo template::ico('up'); ?></div>
<?php $layout->showScript();?>
<?php
if (file_exists('site/data/body.inc.html')) {
include('site/data/body.inc.html');
}
?>
</body>
</html>