Commit a41b32a44e267a11663bea4bcdcbbec971097784
1 parent
577130f8
corrected default image height for articles
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/blog/_article_item.php
@@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
53 | </p> | 53 | </p> |
54 | </div> | 54 | </div> |
55 | </div> | 55 | </div> |
56 | - <div class="image" style="height: 352px;"> | 56 | + <div class="image" <?php if ($model->lang->image) echo 'style="height: 352px"'?>;> |
57 | <a | 57 | <a |
58 | href="<?=Url::toRoute( | 58 | href="<?=Url::toRoute( |
59 | [ | 59 | [ |