Remove opening title (not working)
This commit is contained in:
parent
e057c88351
commit
efbcf6327f
@ -1,7 +1,7 @@
|
|||||||
{if count($sizes) > 0}
|
{if count($sizes) > 0}
|
||||||
<div class="block_filter">
|
<div class="block_filter">
|
||||||
<div class="content">
|
<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">
|
<div class="content_filter">
|
||||||
<ul id="filters">
|
<ul id="filters">
|
||||||
@ -18,7 +18,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{literal}
|
{literal}
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
@ -92,5 +92,4 @@ class Filtervp extends Module
|
|||||||
');
|
');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user