forked from ZwiiCMS-Team/ZwiiCMS
[9.1.09] Appel d'un script dans le header
This commit is contained in:
parent
56081acd72
commit
d7c240591e
@ -15,6 +15,11 @@
|
||||
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>site/data/theme.css?<?php echo md5_file(self::DATA_DIR.'theme.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>site/data/custom.css?<?php echo md5_file(self::DATA_DIR.'custom.css'); ?>">
|
||||
<?php $layout->showStyle(); ?>
|
||||
<?php
|
||||
if (file_exists('site/data/head.inc.html')) {
|
||||
include('site/data/head.inc.html');
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<?php $layout->showBar(); ?>
|
||||
|
3
site/data/head.inc.html
Normal file
3
site/data/head.inc.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!--
|
||||
Scripts ou commandes html
|
||||
-->
|
Loading…
Reference in New Issue
Block a user