2016-07-11 12:08:49 +02:00
|
|
|
<h2>{l s='Toutes nos rubriques' mod='categorieshome'}</h2>
|
2015-08-27 14:48:06 +02:00
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
{foreach from=$categories item=category name=category_index}
|
2015-12-07 17:31:32 +01:00
|
|
|
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12 category">
|
2016-07-11 12:08:49 +02:00
|
|
|
<p class="title"><a href="{$link->getCategoryLink($category)}">{$category->name}</a> <span>({$category->nbProducts})</span></p>
|
2015-09-25 15:45:58 +02:00
|
|
|
<a href="{$link->getCategoryLink($category)}">
|
|
|
|
<img src="/img/c/{$category->id}-0_thumb.jpg" alt="{$category->name}" class="img-responsive">
|
|
|
|
</a>
|
2016-07-11 12:08:49 +02:00
|
|
|
|
2015-08-27 14:48:06 +02:00
|
|
|
</div>
|
|
|
|
{/foreach}
|
|
|
|
</div>
|