diff --git a/frontend/views/site/_slider_product.php b/frontend/views/site/_slider_product.php index cfedc68..20f21b7 100755 --- a/frontend/views/site/_slider_product.php +++ b/frontend/views/site/_slider_product.php @@ -86,13 +86,7 @@ variants[ 0 ]->canBuy()) { echo Html::a( - Html::tag( - 'i', - '', - [ - 'class' => 'fa fa-shopping-cart', - ] - ) . \Yii::t('app', 'В корзину'), + \Yii::t('app', 'В корзину'), '#', [ 'class' => 'btn btn-template-main add-to-basket', diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 824c8b8..132655b 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -47,7 +47,7 @@ _________________________________________________________ -->
-