Blame view

frontend/views/basket/ajax_info.php 163 Bytes
ecf49b1b   Administrator   second
1
2
3
4
5
  <?php
  use yii\helpers\Url;
  use yii\helpers\Html;
  ?>
  <a href="<?=($info->count>0)?Url::to(['basket/index']):'#'?>">Корзина <span><?=$info->count?></span></a>