Revert "12100 Corrige un double appel des script dans body"
This reverts commit 3207b5cd8e
.
This commit is contained in:
parent
3207b5cd8e
commit
552f2d7295
@ -187,5 +187,10 @@
|
|||||||
<?php $this->showCookies(); ?>
|
<?php $this->showCookies(); ?>
|
||||||
<!-- Les scripts -->
|
<!-- Les scripts -->
|
||||||
<?php $this->showScript();?>
|
<?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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user