first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<section class="specials-col featured-products clearfix mt-3">
|
||||
<h1 class="h1 products-section-title text-uppercase">
|
||||
<a href="{$allSpecialProductsLink}">
|
||||
<i></i>
|
||||
</a>
|
||||
</h1>
|
||||
<div class="products">
|
||||
{foreach from=$products item="product"}
|
||||
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
|
||||
{/foreach}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user