20 lines
656 B
Smarty
20 lines
656 B
Smarty
{if null !== $cookie && $cookie->isLogged()}
|
|
<div id="sensefuel">
|
|
{if $display}
|
|
<form action="{$base_dir_ssl}search.php" id="search" role="search">
|
|
<div class="search">
|
|
<div class="search_form">
|
|
<input id="global_search" class="search_input" type="text" placeholder="{l s='Rechercher un produit...' mod='sensefuel'}">
|
|
<a title="{l s='Rechercher' mod='sensefuel'}" class="search_submit" href="#"><span class="picto"></span></a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
{/if}
|
|
</div>
|
|
<style>
|
|
#category #shop_category .shop_category_filter.horizontal .search {
|
|
display: none;
|
|
}
|
|
</style>
|
|
{/if}
|