diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-29 12:08:28 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-29 12:08:28 +0100 |
| commit | 822f526fd7f4e89043e64b435961720b622bdb6e (patch) | |
| tree | 2c4bb2a653052f9dc76858db2a2f9f1d0d0a031a /src/view/templates/header.php | |
| parent | f653506421ee8e2c46c78e93d28ee2418a1d399d (diff) | |
| download | cms-822f526fd7f4e89043e64b435961720b622bdb6e.tar.gz cms-822f526fd7f4e89043e64b435961720b622bdb6e.tar.bz2 cms-822f526fd7f4e89043e64b435961720b622bdb6e.zip | |
gestion réseaux sociaux présents/absents, partie 1
Diffstat (limited to 'src/view/templates/header.php')
| -rw-r--r-- | src/view/templates/header.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php index 89cdd4b..4c39cfd 100644 --- a/src/view/templates/header.php +++ b/src/view/templates/header.php | |||
| @@ -36,13 +36,7 @@ | |||
| 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" style="flex-direction: <?= $header_social_flex_direction ?>;"> |
| 39 | <?php foreach(array_keys($social) as $one_key){ ?> | 39 | <?= $social_networks ?> |
| 40 | <div id="header_<?= $one_key ?>"> | ||
| 41 | <a href="<?= $social[$one_key] ?>" target="_blank" rel="noopener noreferrer"><img id="header_<?= $one_key ?>_content" src="assets/<?= $one_key ?>.svg" alt="<?= $one_key ?>_alt"></a> | ||
| 42 | <?= $admin_social_networks[$one_key] ?> | ||
| 43 | </div> | ||
| 44 | <?php } ?> | ||
| 45 | <?= $admin_social_new_network ?> | ||
| 46 | </div> | 40 | </div> |
| 47 | </div> | 41 | </div> |
| 48 | <?= $breadcrumb ?? '' ?> | 42 | <?= $breadcrumb ?? '' ?> |
