diff options
Diffstat (limited to 'src/view/templates/header.php')
| -rw-r--r-- | src/view/templates/header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php index 4c39cfd..a2d472d 100644 --- a/src/view/templates/header.php +++ b/src/view/templates/header.php | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | </div> | 35 | </div> |
| 36 | <div class="header_right_col"> | 36 | <div class="header_right_col"> |
| 37 | <div id="header_social"> | 37 | <div id="header_social"> |
| 38 | <div id="header_social_content" style="flex-direction: <?= $header_social_flex_direction ?>;"> | 38 | <div id="header_social_content"> |
| 39 | <?= $social_networks ?> | 39 | <?= $social_networks ?> |
| 40 | </div> | 40 | </div> |
| 41 | </div> | 41 | </div> |
| @@ -44,6 +44,7 @@ | |||
| 44 | </div> | 44 | </div> |
| 45 | <?php if($_SESSION['admin']){ ?> | 45 | <?php if($_SESSION['admin']){ ?> |
| 46 | <script> | 46 | <script> |
| 47 | document.getElementById("head_favicon_content").src = window.Config.favicon; | ||
| 47 | let head_favicon = new InputFileFavicon('head_favicon'); | 48 | let head_favicon = new InputFileFavicon('head_favicon'); |
| 48 | let header_background = new InputFileHeaderBackground('header_background'); | 49 | let header_background = new InputFileHeaderBackground('header_background'); |
| 49 | let header_logo = new InputFile('header_logo'); | 50 | let header_logo = new InputFile('header_logo'); |
