forked from ZwiiCMS-Team/ZwiiCMS
[9.1.09] scripts dans body
This commit is contained in:
parent
d7c240591e
commit
8bec4b2662
@ -306,5 +306,10 @@
|
|||||||
<!-- Lien remonter en haut -->
|
<!-- Lien remonter en haut -->
|
||||||
<div id="backToTop"><?php echo template::ico('up'); ?></div>
|
<div id="backToTop"><?php echo template::ico('up'); ?></div>
|
||||||
<?php $layout->showScript();?>
|
<?php $layout->showScript();?>
|
||||||
|
<?php
|
||||||
|
if (file_exists('site/data/body.inc.html')) {
|
||||||
|
include('site/data/body.inc.html');
|
||||||
|
}
|
||||||
|
?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
3
site/data/body.inc.html
Normal file
3
site/data/body.inc.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<!--
|
||||||
|
Scripts ou commandes html
|
||||||
|
-->
|
Loading…
Reference in New Issue
Block a user