update
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<div id="js-product-list-top" class="products-selection">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-3 hidden-sm-down total-products">
|
||||
<!-- <div class="col-lg-6 col-md-3 hidden-sm-down total-products">
|
||||
{block name='leo_gird_list'}
|
||||
<div class="display">
|
||||
<div id="grid" class="leo_grid {if isset($LISTING_GRID_MODE) && $LISTING_GRID_MODE =='grid'}selected{/if}"><a rel="nofollow" href="#" title="{l s='Grid' d='Shop.Theme.Global'}"><img src="{$urls.base_url}/img/cms/layout/grid_ico.svg" alt="Grid"></a></div>
|
||||
@@ -42,7 +42,7 @@
|
||||
{else if $listing.pagination.total_items > 0}
|
||||
<p>{l s='There is 1 product.' d='Shop.Theme.Catalog'}</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="col-lg-6 col-md-9">
|
||||
<div class="row sort-by-row">
|
||||
<span class="sort_border">
|
||||
|
||||
@@ -49,5 +49,12 @@
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
<a
|
||||
rel="nofollow"
|
||||
href="{$listing.sort_orders[1].url}"
|
||||
class="select-list {['current' => $sort_order.current, 'js-search-link' => true]|classnames}"
|
||||
>
|
||||
Nowości
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user