forked from ZwiiCMS-Team/ZwiiCMS
[9.1.00] Supprimer insertion dans header
This commit is contained in:
parent
58b82fe4c0
commit
1ad7fa8a66
@ -14,8 +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'); ?>">
|
||||
<!-- test d'import -->
|
||||
<link rel="import" href="<?php echo helper::baseUrl(false); ?>site/data/header.inc.html?<?php echo md5_file('site/data/header.inc.html'); ?>">
|
||||
</head>
|
||||
<body>
|
||||
<?php $layout->showStyle(); ?>
|
||||
@ -299,7 +297,7 @@
|
||||
<!-- Lien remonter en haut -->
|
||||
<div id="backToTop"><?php echo template::ico('up'); ?></div>
|
||||
<?php $layout->showScript();
|
||||
// Test d'isertion d'un script
|
||||
// Test d'insertion d'un script
|
||||
include ('site/data/script.inc.php');
|
||||
?>
|
||||
</body>
|
||||
|
@ -1,6 +0,0 @@
|
||||
<!--
|
||||
|
||||
Placez ici des includes à placer dans le header de main.php
|
||||
<link rel="import" href="..." >
|
||||
|
||||
-->
|
Loading…
x
Reference in New Issue
Block a user