removing unecessary code

This commit is contained in:
Antoine M 2024-01-16 14:58:17 +01:00
parent 9540d1f8db
commit 2fcde86980

View File

@ -263,32 +263,6 @@ $total_posts_found = $brochuresPosts->found_posts + $fichesInfosPosts->found_pos
<?php
$sharePublications = get_field('section_share_publications', $current_page_id);
?>
<!-- <div id="highlighted-share-publication" class="highlighted-publication highlighted-share-publication">
<?php
$documentThumbnail = get_field('brochure_cover_image', $highlightedDocumentDatas['document']['ID']);
?>
<div class="highlighted-publication__infos">
<div class="highlighted-publication__titling">
<div class="highlighted-publication__titling__icon">
<img src="<?php echo get_template_directory_uri() . '/resources/img/graphic-assets/house-homegrade-icon.svg' ?>" alt="">
</div>
<h3 class="highlighted-publication__titling__title">
<?php echo $sharePublications['title'] ?>
</h3>
</div>
<div class="highlighted-publication__comment"><?php echo $sharePublications['text_content'] ?></div>
@
</div>
<img class="highlighted-share-publication__cover" src="<?php echo get_template_directory_uri() . '/resources/img/illustrations/homegrade_brochure-impression-domicile.svg' ?>" />
</div> -->
</section>