Files
opensem/resources/views/shop/_partials/search.twig
Ludovic CANDELLIER 6d1993c037 Inverse fix
2020-04-15 17:40:44 +02:00

18 lines
697 B
Twig

<!-- Block search module TOP -->
<div id="_desktop_seach_widget">
<div id="search_widget" class="search-widget" data-search-controller-url="//demo.ishithemes.comfr/recherche">
<div class="search-menu-icon">
<span class="search-logo"> </span>
<!-- <i class="material-icons d-inline">&#xE8B6;</i> -->
</div>
<form method="get" action="//demo.ishithemes.comfr/recherche" class="hide">
<input type="hidden" name="controller" value="search">
<input type="text" name="s" value="" placeholder="Rechercher">
<button type="submit">
<span>Rechercher</span>
<i class="material-icons search">&#xE8B6;</i>
</button>
</form>
</div>
</div>
<!-- /Block search module TOP -->