Metiers_du_patrimoine_theme/template-components/artisans/artisan-search-no-results.php
Antoine M a22c049b6d
All checks were successful
continuous-integration/drone/push Build is passing
introducing search result card
2024-12-05 15:34:00 +01:00

10 lines
619 B
PHP

<?php
// $lang = apply_filters('wpml_current_language', null);
// write_log($lang);
?>
<h1><?php echo __("test pour gilles", "metiers-patrimoine-theme") ?></h1>
<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>