From fdd193e4bf8a5f62205e1cde18883ba676707c74 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Sun, 26 Jun 2011 17:59:00 -0400 Subject: convert liberty_files.storage_path to liberty_files.file_name to remove all hardcoded pathing information. legacy path is supported via basename --- templates/blog_list_post.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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} - + {else} {tr}By{/tr} {displayname hash=$aPost nolink=true} {/if}
-- cgit v1.3