Commit 59e69ab4 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 8a575400
......@@ -8,8 +8,9 @@ WidgetAssetBundle::register($this);
<div class="kurs_item">
<div class="kurs_img">
<img src="<?php echo $model->getUrl($model->image);?>" height="262" width="907" alt="">
<img src="<?php echo $model->image;?>" height="262" width="907" alt="">
</div>
<?php if (1<0): ?>
<div class="kurs_over">
<h1 class="kurs_title"><span><?php echo $model->title;?></span></h1><br>
<span class="kurs_sub-title"><?php echo $model->description;?></span>
......@@ -34,4 +35,5 @@ WidgetAssetBundle::register($this);
<?php echo Courses::$type_list[$model->type]?>
</div>
</div>
<?php endif; ?>
</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