Commit 38bdd276c5b66457d4f7431e46b7a5a6c24f3ac5

Authored by Виталий
1 parent fdf7d5f8

git

common/modules/comment/widgets/views/_question_comment_view.php
... ... @@ -25,7 +25,7 @@
25 25 <div class="comments-name <?= CommentWidget::$baseClass[ 'comment_author' ] ?>">
26 26 <?= $model->getAuthor(' (Гость)') ?>
27 27 </div>
28   - <div><?= Html::img(!empty( $model->user ) ? $model->user->minImg($model->user->userInfo->image, 48, 48) : '/images/avatar-bg.png') ?></div>
  28 + <div class="imz"><?= Html::img(!empty( $model->user ) ? $model->user->minImg($model->user->userInfo->image, 48, 48) : '/images/ico-profile.png') ?></div>
29 29 <?php
30 30 /* == STATUS PRO ==
31 31 ?>
... ...