aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/head.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-09-05 11:27:37 +0200
committerpolo <ordipolo@gmx.fr>2025-09-05 11:27:37 +0200
commit46b455a0d3e96099e78975f53a25365a2ca9dcb4 (patch)
tree54f4616a103410d2bc77827b738f592806dbff67 /src/view/templates/head.php
parentf477314613beb26b0ce4c61ec0b1900df1de1cb1 (diff)
downloadcms-46b455a0d3e96099e78975f53a25365a2ca9dcb4.zip
classe Editor et encapsulation, placement article premier ou dernier, variable window.Config.page, séparation openEditor et initEditor
Diffstat (limited to 'src/view/templates/head.php')
-rw-r--r--src/view/templates/head.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/templates/head.php b/src/view/templates/head.php
index b74335e..83a0e7c 100644
--- a/src/view/templates/head.php
+++ b/src/view/templates/head.php
@@ -7,6 +7,7 @@
7 <link rel="icon" type="image/png" href="<?= $favicon ?>" alt="<?= $alt ?>"> 7 <link rel="icon" type="image/png" href="<?= $favicon ?>" alt="<?= $alt ?>">
8 <meta name="description" content="<?= $description ?>"> 8 <meta name="description" content="<?= $description ?>">
9 <meta name="viewport" content="width=device-width"> 9 <meta name="viewport" content="width=device-width">
10 <script>window.Config = {page: "<?= CURRENT_PAGE ?>"};</script>
10 <?= $css ?> 11 <?= $css ?>
11 <?= $js ?> 12 <?= $js ?>
12 </head> \ No newline at end of file 13 </head> \ No newline at end of file