Commit ec826410 authored by andre's avatar andre

#1094 отладка

parent 8cb1cf1a
...@@ -24,8 +24,8 @@ $models = CaseContent::find() ...@@ -24,8 +24,8 @@ $models = CaseContent::find()
<img src="<?= $model->preview ?>" height="338" width="455" alt=""> <img src="<?= $model->preview ?>" height="338" width="455" alt="">
<div class="keys_small_title"<?if($model->custom==CoContent::CUSTOM_WHITE){?>style="color:#fff;"<?}?>><?=$model->lang->title?></div> <div class="keys_small_title"<?if($model->custom==CoContent::CUSTOM_WHITE){?>style="color:#fff;"<?}?>><?=$model->lang->title?></div>
<div class="keys_small_foot"> <div class="keys_small_foot">
<a href="http://mikulin.cz/project/artproject/keys_kns.html" class="keys_small_btn_more"><span><?=Yii::t('case', 'Read more')?></span></a> <a href="<?= Url::to(['/'.$model->url]) ?>" class="keys_small_btn_more"><span><?=Yii::t('case', 'Read more')?></span></a>
<a href="#" class="keys_small_tags"><?= $model->previewType->tag ? "#{$model->previewType->tag}" : "" ?></a> <a class="keys_small_tags"><?= $model->previewType->tag ? "#{$model->previewType->tag}" : "" ?></a>
</div> </div>
</div> </div>
</div> </div>
...@@ -40,7 +40,7 @@ $models = CaseContent::find() ...@@ -40,7 +40,7 @@ $models = CaseContent::find()
<div class="keys_small_title"<?if($model->custom==CoContent::CUSTOM_WHITE){?>style="color:#fff;"<?}?>><?=$model->lang->title?></div> <div class="keys_small_title"<?if($model->custom==CoContent::CUSTOM_WHITE){?>style="color:#fff;"<?}?>><?=$model->lang->title?></div>
<div class="keys_small_foot"> <div class="keys_small_foot">
<a href="<?=Url::to(['/'.$model->url])?>" class="keys_small_btn_more"><span><?=Yii::t('case', 'Read more')?></span></a> <a href="<?=Url::to(['/'.$model->url])?>" class="keys_small_btn_more"><span><?=Yii::t('case', 'Read more')?></span></a>
<a href="#" class="keys_small_tags"><?= $model->previewType->tag ? "#{$model->previewType->tag}" : "" ?></a> <a class="keys_small_tags"><?= $model->previewType->tag ? "#{$model->previewType->tag}" : "" ?></a>
</div> </div>
</a> </a>
</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