diff options
Diffstat (limited to 'src/view/templates/header.php')
| -rw-r--r-- | src/view/templates/header.php | 8 |
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> |
