aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/head.php
diff options
context:
space:
mode:
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