Remove opening title (not working)

This commit is contained in:
Michael RICOIS 2018-03-19 10:15:54 +01:00
parent e057c88351
commit efbcf6327f
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{if count($sizes) > 0}
<div class="block_filter">
<div class="content">
<h4 class="open{if $smarty.get.id_category==$cookie->filters_category && !empty($cookie->filters_value)} active{/if}">{l s='Recherche par' mod='filtervp'}</h4>
<h4 class="open">{l s='Recherche par' mod='filtervp'}</h4>
<div class="content_filter">
<ul id="filters">
@ -18,7 +18,6 @@
</div>
{/if}
<script>
{literal}
$(document).ready(function() {

View File

@ -92,5 +92,4 @@ class Filtervp extends Module
');
}
}