This commit is contained in:
asifqayyum 2014-03-27 12:42:01 +00:00
parent e06548a377
commit c3ace90a6b

View file

@ -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" />