summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/blog_list_post.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl
index f9841b8..e022043 100644
--- a/templates/blog_list_post.tpl
+++ b/templates/blog_list_post.tpl
@@ -37,7 +37,7 @@
{if $gBitSystem->getConfig('blog_list_user_as') eq 'link'}
{tr}By{/tr} {displayname hash=$aPost}
{elseif $gBitSystem->getConfig('blog_list_user_as') eq 'avatar' && $aPost.avatar}
- <img src="{$aPost.avatar}" class="avatar" />
+ <img src="{$aPost.avatar.avatar}" class="avatar" />
{else}
{tr}By{/tr} {displayname hash=$aPost nolink=true}
{/if}<br/>