[9.1.09] scripts dans body

This commit is contained in:
fredtempez 2019-06-06 22:47:48 +02:00
parent d7c240591e
commit 8bec4b2662
2 changed files with 8 additions and 0 deletions

View File

@ -306,5 +306,10 @@
<!-- 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>

3
site/data/body.inc.html Normal file
View File

@ -0,0 +1,3 @@
<!--
Scripts ou commandes html
-->