forked from ZwiiCMS-Team/ZwiiCMS
[9.1.10] déplacement include body dans main
This commit is contained in:
parent
0c68f36088
commit
24c8c7ac7e
@ -189,7 +189,11 @@
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php }
|
||||
if (file_exists('site/data/body.inc.html')) {
|
||||
include('site/data/body.inc.html');
|
||||
}
|
||||
?>
|
||||
</section>
|
||||
<!-- footer -->
|
||||
<?php if(
|
||||
@ -306,10 +310,5 @@
|
||||
<!-- Lien remonter en haut -->
|
||||
<div id="backToTop"><?php echo template::ico('up'); ?></div>
|
||||
<?php $layout->showScript();?>
|
||||
<?php
|
||||
if (file_exists('site/data/body.inc.html')) {
|
||||
include('site/data/body.inc.html');
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user