summaryrefslogtreecommitdiff
path: root/src/view/templates/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/templates/header.php')
-rw-r--r--src/view/templates/header.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php
index a749f45..b1215c5 100644
--- a/src/view/templates/header.php
+++ b/src/view/templates/header.php
@@ -1,14 +1,17 @@
1<?php declare(strict_types=1); ?> 1<?php declare(strict_types=1); ?>
2<body> 2<body>
3 <div> 3 <div>
4 <header> 4 <header style="background-image: url('<?= $header_background ?>');">
5 <div id="nav_zone"> 5 <div id="nav_zone">
6 <?= $nav ?> 6 <?= $nav ?>
7 </div> 7 </div>
8 8
9 <div class="header-content"> 9 <div class="header-content">
10 <div class="head_logo"> 10 <div class="head_logo">
11 <a href="<?= new URL ?>"><img src="<?= $logo ?>" alt="logo_alt"></a> 11 <a href="<?= new URL ?>"><img src="<?= $header_logo ?>" alt="logo_alt"></a>
12 </div>
13 <div class="nav_button">
14 <button>MENU</button>
12 </div> 15 </div>
13 <div class="site_title"> 16 <div class="site_title">
14 <a href="<?= new URL ?>"><h1><?= $title ?></h1></a> 17 <a href="<?= new URL ?>"><h1><?= $title ?></h1></a>