Metiers_du_patrimoine_theme/template-components/artisans/artisan-search-no-results.php
Antoine M 1dab08b556
All checks were successful
continuous-integration/drone/push Build is passing
cleaning tests
2024-12-05 15:51:16 +01:00

7 lines
464 B
PHP

<?php
?>
<div class='no-results'><img class='no-results__cover' src=" <?php get_stylesheet_directory_uri() . "/resources/img/illustrations/Homegrade_resultats-filtres-cactus.svg" ?>" alt='' />
<h3><?php echo __("Aucun résultat trouvé", "metiers-patrimoine-theme") ?> </h3>
<p> <?php echo __("Essayez d'ajouter un <span class='highlighted-purple'>filtre supplémentaire</span> pour trouver plus de résultats", "metiers-patrimoine-theme") ?></p>
</div>