Commit a452c3afc91d921a7a02c2f08bb18559672a11d9

Authored by Eugeny Galkovskiy
1 parent d59bdbcd

111

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