Revise
This commit is contained in:
parent
e06548a377
commit
c3ace90a6b
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@
|
|||
<div class="col-md-12 nopadding">
|
||||
{foreach from=$result_comments item=comment}
|
||||
<div class="col-md-2 nopadding-right" style=" margin-top: 10px;">
|
||||
{if isset($comment.userid)}
|
||||
{if ($comment.userid!=0)}
|
||||
<img src="images/avatars/{$comment.userid}-small.jpg" width="35" height="35" class="img-rounded" />
|
||||
{else}
|
||||
<img src="images/avatars/no_avatar-small.png" width="35" height="35" class="img-rounded" />
|
||||
|
|
Loading…
Add table
Reference in a new issue