forked from ZwiiCMS-Team/ZwiiCMS
[9.1.07] Suppression appels dans mail.php
This commit is contained in:
parent
285d830ca3
commit
ff7edd9b2d
@ -14,7 +14,6 @@
|
|||||||
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/common.css">
|
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/common.css">
|
||||||
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>site/data/theme.css?<?php echo md5_file('site/data/theme.css'); ?>">
|
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>site/data/theme.css?<?php echo md5_file('site/data/theme.css'); ?>">
|
||||||
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>site/data/custom.css?<?php echo md5_file('site/data/custom.css'); ?>">
|
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>site/data/custom.css?<?php echo md5_file('site/data/custom.css'); ?>">
|
||||||
<link rel="import" href="<?php echo helper::baseUrl(false); ?>site/data/head.inc.html">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php $layout->showStyle(); ?>
|
<?php $layout->showStyle(); ?>
|
||||||
@ -302,11 +301,5 @@
|
|||||||
<!-- 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
|
|
||||||
// Fichier include
|
|
||||||
if (file_exists('site/data/script.inc.php')) {
|
|
||||||
include ('site/data/script.inc.php');
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -1 +0,0 @@
|
|||||||
<!-- Place ici votre code à inclure dans head --->
|
|
@ -1,3 +0,0 @@
|
|||||||
<?php
|
|
||||||
// Placer ici le script à placer dans le body de main.php
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user