diff options
Diffstat (limited to 'src/view/templates/header.php')
| -rw-r--r-- | src/view/templates/header.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php index 1855741..a749f45 100644 --- a/src/view/templates/header.php +++ b/src/view/templates/header.php | |||
| @@ -8,7 +8,7 @@ | |||
| 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="<?= $logo ?>" alt="logo_alt"></a> |
| 12 | </div> | 12 | </div> |
| 13 | <div class="site_title"> | 13 | <div class="site_title"> |
| 14 | <a href="<?= new URL ?>"><h1><?= $title ?></h1></a> | 14 | <a href="<?= new URL ?>"><h1><?= $title ?></h1></a> |
| @@ -16,12 +16,9 @@ | |||
| 16 | </div> | 16 | </div> |
| 17 | <div> | 17 | <div> |
| 18 | <div class="social"> | 18 | <div class="social"> |
| 19 | <a href="<?= $facebook_link ?>" target="_blank" rel="noopener noreferrer"> | 19 | <?= $social_networks ?> |
| 20 | <img src="<?= $facebook ?>" alt="<?= $facebook_alt ?>"></a> | ||
| 21 | <a href="<?= $instagram_link ?>" target="_blank" rel="noopener noreferrer"> | ||
| 22 | <img src="<?= $instagram ?>" alt="<?= $instagram_alt ?>"></a> | ||
| 23 | </div> | 20 | </div> |
| 24 | <?= $breadcrumb ?> | 21 | <?= $breadcrumb ?> |
| 25 | </div> | 22 | </div> |
| 26 | </div> | 23 | </div> |
| 27 | </header> \ No newline at end of file | 24 | </header> \ No newline at end of file |
