[9.1.07] Suppression appels dans mail.php

This commit is contained in:
fredtempez 2019-05-26 17:33:27 +02:00
parent 285d830ca3
commit ff7edd9b2d
3 changed files with 0 additions and 11 deletions

View File

@ -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); ?>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="import" href="<?php echo helper::baseUrl(false); ?>site/data/head.inc.html">
</head>
<body>
<?php $layout->showStyle(); ?>
@ -302,11 +301,5 @@
<!-- Lien remonter en haut -->
<div id="backToTop"><?php echo template::ico('up'); ?></div>
<?php $layout->showScript();?>
<?php
// Fichier include
if (file_exists('site/data/script.inc.php')) {
include ('site/data/script.inc.php');
}
?>
</body>
</html>

View File

@ -1 +0,0 @@
<!-- Place ici votre code à inclure dans head --->

View File

@ -1,3 +0,0 @@
<?php
// Placer ici le script à placer dans le body de main.php
?>