Commit e85a9a940f31cc7330ec800b41493442ee788175
1 parent
8d37f672
Веталь
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/basket/index.php
... | ... | @@ -38,7 +38,7 @@ $('#order-delivery input[type=\"radio\"]').click(function(){ |
38 | 38 | |
39 | 39 | <div class="layout"> |
40 | 40 | |
41 | - <h1 class="-_">Корзина</h1> | |
41 | + <h1 class="basket_title_">Корзина</h1> | |
42 | 42 | <div class="ten"></div> |
43 | 43 | <?= Html::a('Вернуться в каталог', ['/site/index'], ['class'=>'btn-success']) ?> |
44 | 44 | <?php $form = ActiveForm::begin(['enableClientScript' => false]); ?> | ... | ... |