Parcourir la source

index product

NoteStar il y a 5 ans
Parent
commit
e5ecc17a0e

+ 1 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/cms/home/index.php

@@ -127,7 +127,7 @@
                 <div class="tab-slider-wrapper">
 
                             <?php
-                                $parentThis['products'] = $newProducts;
+                                $parentThis['products'] = $featuredProducts;
                                 $parentThis['name'] = 'new';
                                 echo Yii::$service->page->widget->render('cms/productlist',$parentThis);
                             ?>