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