12100 Corrige un double appel des script dans body

This commit is contained in:
Fred Tempez 2023-01-08 19:55:22 +01:00
parent 2d5722dbe8
commit 3207b5cd8e
1 changed files with 0 additions and 5 deletions

View File

@ -187,10 +187,5 @@
<?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>