Commit 66e85458 authored by Shakarim Sapa's avatar Shakarim Sapa

- Added echo func

parent 54e44997
......@@ -13,7 +13,7 @@ WidgetAssetBundle::register($this);
<h1 class="kurs_title"><span><?php echo $model->name;?></span></h1><br>
<span class="kurs_sub-title"><?php echo mb_substr($model->description, 0, 150, 'UTF-8');?></span>
<div class="kurs_foot clearfix">
<?php Html::a('Подробнее', ['/school/course/view', 'id' => $model->id], ['class' => 'kurs_bt']); ?>
<?php echo Html::a('Подробнее', ['/school/course/view', 'id' => $model->id], ['class' => 'kurs_bt']); ?>
</div>
</div>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment