REFACTOR Removing unecessary lineskips

This commit is contained in:
Nonimart 2025-06-13 12:48:24 +02:00
parent fc0fb25f60
commit f64a63fdf6

View File

@ -34,7 +34,6 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
<li><a href="<?php echo $frontPageUrl ?>"><?php echo $frontPageTitle ?></a></li>
<li><a href="<?php echo $searchPageUrl ?>"><?php echo $searchPageTitle ?></a></li>
<?php if ($currentPage) : ?>
@ -173,7 +172,6 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
</div>
<p class="chantier__description"><?php echo $chantier_description ?></p>
<?php
// Rendre Un bloc acf/lightbox-gallery avec les photos du chantier
$block_content = '<!-- wp:acf/lightbox-gallery {"data":{"gallery":' . json_encode($pictures) . '}} /-->';