Revert "12100 Corrige un double appel des script dans body"

This reverts commit 3207b5cd8e.
This commit is contained in:
Fred Tempez 2023-01-08 20:06:24 +01:00
parent 3207b5cd8e
commit 552f2d7295
1 changed files with 5 additions and 0 deletions

View File

@ -187,5 +187,10 @@
<?php $this->showCookies(); ?>
<!-- Les scripts -->
<?php $this->showScript();?>
<!-- Script perso dans body -->
<?php if (file_exists(self::DATA_DIR . 'body.inc.html')) {
include(self::DATA_DIR . 'body.inc.html');
}
?>
</body>
</html>