diff options
author | polo <ordipolo@gmx.fr> | 2025-10-02 15:17:03 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-02 15:17:03 +0200 |
commit | f5cb6249dfb339f8e48e49dc131c6efa09c92ecc (patch) | |
tree | 46b6c0682f6cc48dea6b6aafac79af0b18cf9f11 | |
parent | a28479d0fcb41955fe5381371261e9109f339d89 (diff) | |
download | cms-f5cb6249dfb339f8e48e49dc131c6efa09c92ecc.zip |
bug warning dans le header si fil d'ariane dans le footer
-rw-r--r-- | src/view/templates/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php index b1215c5..47d4874 100644 --- a/src/view/templates/header.php +++ b/src/view/templates/header.php | |||
@@ -21,7 +21,7 @@ | |||
21 | <div class="social"> | 21 | <div class="social"> |
22 | <?= $social_networks ?> | 22 | <?= $social_networks ?> |
23 | </div> | 23 | </div> |
24 | <?= $breadcrumb ?> | 24 | <?= $breadcrumb ?? '' ?> |
25 | </div> | 25 | </div> |
26 | </div> | 26 | </div> |
27 | </header> \ No newline at end of file | 27 | </header> \ No newline at end of file |