Commit 7d2b101c authored by Shakarim Sapa's avatar Shakarim Sapa

- title property chenged to name

parent 1d5a9e52
...@@ -11,7 +11,7 @@ WidgetAssetBundle::register($this); ...@@ -11,7 +11,7 @@ WidgetAssetBundle::register($this);
<img src="<?php echo $model->image;?>" height="262" width="907" alt=""> <img src="<?php echo $model->image;?>" height="262" width="907" alt="">
</div> </div>
<div class="kurs_over"> <div class="kurs_over">
<h1 class="kurs_title"><span><?php echo $model->title;?></span></h1><br> <h1 class="kurs_title"><span><?php echo $model->n;?></span></h1><br>
<span class="kurs_sub-title"><?php echo $model->description;?></span> <span class="kurs_sub-title"><?php echo $model->description;?></span>
<div class="kurs_foot clearfix"> <div class="kurs_foot clearfix">
<a href="<?php echo Url::toRoute(['/school/course/view', 'id' => $model->id]);?>" class="kurs_bt">Подробнее</a> <a href="<?php echo Url::toRoute(['/school/course/view', 'id' => $model->id]);?>" class="kurs_bt">Подробнее</a>
......
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