ajax_info.php 280 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <? use yii\helpers\Url; use yii\helpers\Html; ?> <a href="<?=($info->count>0)?Url::to(['basket/index']):'#'?>"> Ваша корзина<br /> <div class="basket_nums"><span><?=$info->count?> товаров</span> <span><?=$info->cost?> грн</span></div> </a>