소스 검색

index product

NoteStar 5 년 전
부모
커밋
e5ecc17a0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/cms/home/index.php

+ 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);
                             ?>