diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-16 08:53:34 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-16 08:53:34 +0100 |
| commit | a3a7cc66ab624f9318d8bcb0e0cf552325890802 (patch) | |
| tree | 08889a4e9c45c8b788a37f5eead04d1a178cff2c /templates/blog_list_post.tpl | |
| parent | f4ee76af71b50fdb208f1438de1bdabc42f8c20e (diff) | |
| download | blogs-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.tpl | 2 |
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/> |
