fix

parent b1f56aa0
......@@ -28,7 +28,7 @@ $more = CoContent::find()
<?php if($more) : ?>
<div class="col-md-6 col-xs-6 col-sm-12">
<div class="short_keys_block">
<img src="<?=$model->preview?>" height="338" width="455">
<img src="<?=$more->preview?>" height="338" width="455">
<a href="<?=Url::to([$more->url]);?>" style="color:<?if($model->custom==CoContent::CUSTOM_WHITE){?>#fff<?}else{?>#2d3642<?}?>;" class="short_keys_title_link"><?=$more->lang->title?></a>
<div class="short_keys_foot">
<a href="<?=Url::to([$more->url]);?>" class="short_keys_btn_more"><span>Подробнее</span></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