[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); ?>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'); ?>">
|
||||||
<!-- 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php $layout->showStyle(); ?>
|
<?php $layout->showStyle(); ?>
|
||||||
@ -299,7 +297,7 @@
|
|||||||
<!-- 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'isertion d'un script
|
// Test d'insertion d'un script
|
||||||
include ('site/data/script.inc.php');
|
include ('site/data/script.inc.php');
|
||||||
?>
|
?>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
Placez ici des includes à placer dans le header de main.php
|
|
||||||
<link rel="import" href="..." >
|
|
||||||
|
|
||||||
-->
|
|
Loading…
Reference in New Issue
Block a user