From d7c240591ed378efa0a803d21e8b50c431890652 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 6 Jun 2019 22:20:25 +0200 Subject: [PATCH] [9.1.09] Appel d'un script dans le header --- core/layout/main.php | 5 +++++ site/data/head.inc.html | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 site/data/head.inc.html diff --git a/core/layout/main.php b/core/layout/main.php index 91117d0b..6ae9401f 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -15,6 +15,11 @@ showStyle(); ?> + showBar(); ?> diff --git a/site/data/head.inc.html b/site/data/head.inc.html new file mode 100644 index 00000000..06feaf27 --- /dev/null +++ b/site/data/head.inc.html @@ -0,0 +1,3 @@ + \ No newline at end of file