Added brand information page

This commit is contained in:
Franck Allimant
2014-06-30 23:02:28 +02:00
parent c1e3694ab8
commit a6ab169080
3 changed files with 232 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
<section id="brands" class="block block-nav" role="navigation" aria-labelledby="brands-label">
<div class="block-heading"><h3 class="block-title" id="brands-label">{intl l="Brands"}</h3></div>
<div class="block-content">
<nav class="nav-brands">
<ul id="brand" class="accordion">
{loop name="brands-list" type="brand"}
<li><a href="{$URL}">{$TITLE} ({count type="product" brand="{$ID}"})</a></li>
{/loop}
</ul>
</nav>
</div>
</section>