12100 Corrige un double appel des script dans body
This commit is contained in:
parent
2d5722dbe8
commit
3207b5cd8e
@ -187,10 +187,5 @@
|
|||||||
<?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