diff options
| author | Christian Fowler <spider@viovio.com> | 2011-06-26 17:59:00 -0400 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2011-06-26 17:59:00 -0400 |
| commit | fdd193e4bf8a5f62205e1cde18883ba676707c74 (patch) | |
| tree | ae76bb2faf08316cac1cb87e2500684954a3f4d1 /templates | |
| parent | 406c4575016c115f2d0bda56d598b39beb5e8618 (diff) | |
| download | blogs-fdd193e4bf8a5f62205e1cde18883ba676707c74.tar.gz blogs-fdd193e4bf8a5f62205e1cde18883ba676707c74.tar.bz2 blogs-fdd193e4bf8a5f62205e1cde18883ba676707c74.zip | |
convert liberty_files.storage_path to liberty_files.file_name to remove all hardcoded pathing information. legacy path is supported via basename
Diffstat (limited to 'templates')
| -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 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/> |
