Remove opening title (not working)
This commit is contained in:
parent
e057c88351
commit
efbcf6327f
@ -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() {
|
||||
|
@ -92,5 +92,4 @@ class Filtervp extends Module
|
||||
');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user