Commit 902cdc3881fdf07da7dfd79a1f359fa85de6ed2b
1 parent
fcee1346
big commti
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
| ... | ... | @@ -31,13 +31,14 @@ use yii\web\View; |
| 31 | 31 | <div class="special-products products"> |
| 32 | 32 | <div class="row home-popular-wr"> |
| 33 | 33 | <ul class="home-popular col-md-11"> |
| 34 | - <li class="active"><?= Html::a("Новинки", ['ajax/new'],['data-status'=>'new']) ?></li> | |
| 34 | + <li class="active" ><?= Html::a("Акции", ['ajax/event'],['data-status'=>'prom']) ?></li> | |
| 35 | + <li ><?= Html::a("Новинки", ['ajax/new'],['data-status'=>'new']) ?></li> | |
| 35 | 36 | <li><?= Html::a("Хит продаж", ['ajax/popular'],['data-status'=>'top']) ?></li> |
| 36 | - <li><?= Html::a("Акции", ['ajax/event'],['data-status'=>'prom']) ?></li> | |
| 37 | + | |
| 37 | 38 | </ul> |
| 38 | 39 | </div> |
| 39 | 40 | <div class="row home-popular-slider"> |
| 40 | - <?= \common\modules\product\widgets\specialProducts::widget(['type' => 'new'])?> | |
| 41 | + <?= \common\modules\product\widgets\specialProducts::widget(['type' => 'promo'])?> | |
| 41 | 42 | </div> |
| 42 | 43 | </div> |
| 43 | 44 | </div> | ... | ... |