aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-11-10 03:51:59 +0100
committerpolo <ordipolo@gmx.fr>2025-11-10 03:51:59 +0100
commit854bde3095c195a3c628be878fc776e16f4bd424 (patch)
tree6a61267d84fa4ba7ddf48240cd0249390e349742 /src
parent63c37a85fc59bd8183ba22c9a87268df9cda25be (diff)
downloadcms-854bde3095c195a3c628be878fc776e16f4bd424.tar.gz
cms-854bde3095c195a3c628be878fc776e16f4bd424.tar.bz2
cms-854bde3095c195a3c628be878fc776e16f4bd424.zip
menu responsive !!
Diffstat (limited to 'src')
-rw-r--r--src/view/templates/header.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php
index ba17dcd..9d2f071 100644
--- a/src/view/templates/header.php
+++ b/src/view/templates/header.php
@@ -3,9 +3,12 @@
3 <div> 3 <div>
4 <header style="background-image: url('<?= $header_background ?? '' ?>');"> 4 <header style="background-image: url('<?= $header_background ?? '' ?>');">
5 <div id="nav_zone"> 5 <div id="nav_zone">
6 <div class="nav_button">
7 <button onclick="document.getElementById('nav_zone').querySelector('.nav_main').classList.toggle('show');">MENU</button>
8 </div>
6 <?= $nav ?> 9 <?= $nav ?>
7 </div> 10 </div>
8 <div class="header_additional_inputs"> 11 <div class="header_above">
9 <div id="head_favicon"> 12 <div id="head_favicon">
10 <?= $admin_head_favicon ?> 13 <?= $admin_head_favicon ?>
11 </div> 14 </div>
@@ -20,9 +23,6 @@
20 <?= $admin_header_logo ?> 23 <?= $admin_header_logo ?>
21 </div> 24 </div>
22 </div> 25 </div>
23 <div class="nav_button">
24 <button>MENU</button>
25 </div>
26 <div class="header_center_col"> 26 <div class="header_center_col">
27 <h1 id="header_title"> 27 <h1 id="header_title">
28 <a id="header_title_content" href="<?= new URL ?>"><?= htmlspecialchars($title ?? '') ?></a> 28 <a id="header_title_content" href="<?= new URL ?>"><?= htmlspecialchars($title ?? '') ?></a>