Merge branch 'ticket/r13457-flag-new-product' into develop
This commit is contained in:
commit
c7a858b3cb
@ -3361,7 +3361,7 @@ main#categorycms { margin-bottom: 30px }
|
||||
}
|
||||
.manufacturer_block a.btn-manufacturer { margin-top: 15px; }
|
||||
|
||||
#best_sales h2 {
|
||||
#best_sales .title {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
font-size: 36px;
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h2>{l s='Produits les plus populaires' mod='blockbestsellers'}</h2>
|
||||
<h2 class="title">{l s='Produits les plus populaires' mod='blockbestsellers'}</h2>
|
||||
{if isset($best_sellers) && $best_sellers}
|
||||
{include file="$tpl_dir./product-list-blocs.tpl" products=$best_sellers class='blockbestsellers tab-pane' id='blockbestsellers' position=2 position_sm=4}
|
||||
{else}
|
||||
|
Loading…
Reference in New Issue
Block a user