Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop

This commit is contained in:
Christophe Latour 2017-08-29 09:51:35 +02:00
commit 75cd7f80f6

View File

@ -14,8 +14,8 @@
<ul class="filters"> <ul class="filters">
{/if} {/if}
<li> <li>
<input type="checkbox" name="size" value="{$attribute['id_attribute']}" id="size_{$size.id_attribute}"> <input type="checkbox" name="size" value="{$attribute['id_attribute']}" id="size_{$attribute['id_attribute']}">
<label for="size_{$size.id_attribute}">{$attribute['name']}</label> <label for="size_{$attribute['id_attribute']}">{$attribute['name']}</label>
</li> </li>
{assign var="current_name" value=$attribute['group']} {assign var="current_name" value=$attribute['group']}
{/foreach} {/foreach}