diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index c3ed1eb..7984078 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -31,13 +31,14 @@ use yii\web\View;
- - = Html::a("Новинки", ['ajax/new'],['data-status'=>'new']) ?>
+ - = Html::a("Акции", ['ajax/event'],['data-status'=>'prom']) ?>
+ - = Html::a("Новинки", ['ajax/new'],['data-status'=>'new']) ?>
- = Html::a("Хит продаж", ['ajax/popular'],['data-status'=>'top']) ?>
- - = Html::a("Акции", ['ajax/event'],['data-status'=>'prom']) ?>
+
- = \common\modules\product\widgets\specialProducts::widget(['type' => 'new'])?>
+ = \common\modules\product\widgets\specialProducts::widget(['type' => 'promo'])?>
--
libgit2 0.21.4