forked from ZwiiCMS-Team/ZwiiCMS
[9.1.02] suppression include
This commit is contained in:
parent
bbca1f6517
commit
ea52d0bd54
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 9.1.02
|
||||||
|
- Correction :
|
||||||
|
- Suppression Include
|
||||||
|
|
||||||
## Version 9.1.01
|
## Version 9.1.01
|
||||||
- Modifications :
|
- Modifications :
|
||||||
|
@ -28,7 +28,7 @@ class common {
|
|||||||
const GROUP_ADMIN = 3;
|
const GROUP_ADMIN = 3;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '9.1.01';
|
const ZWII_VERSION = '9.1.02';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
@ -300,11 +300,6 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<!-- 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();?>
|
||||||
// Test d'insertion d'un script
|
|
||||||
if (file_exits('site/data/script.inc.php')) {
|
|
||||||
include ('site/data/script.inc.php');
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user