summaryrefslogtreecommitdiff
path: root/templates/blog_list_post.tpl
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-16 08:53:34 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-16 08:53:34 +0100
commita3a7cc66ab624f9318d8bcb0e0cf552325890802 (patch)
tree08889a4e9c45c8b788a37f5eead04d1a178cff2c /templates/blog_list_post.tpl
parentf4ee76af71b50fdb208f1438de1bdabc42f8c20e (diff)
downloadblogs-a3a7cc66ab624f9318d8bcb0e0cf552325890802.tar.gz
blogs-a3a7cc66ab624f9318d8bcb0e0cf552325890802.tar.bz2
blogs-a3a7cc66ab624f9318d8bcb0e0cf552325890802.zip
Tidy up to remove 'STRICT' warnings
Missed first time around
Diffstat (limited to 'templates/blog_list_post.tpl')
-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 e022043..f9841b8 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.avatar}" class="avatar" />
+ <img src="{$aPost.avatar}" class="avatar" />
{else}
{tr}By{/tr} {displayname hash=$aPost nolink=true}
{/if}<br/>