From 9c585c0575c3c8488a843b88e6d7f6627819e720 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sat, 16 May 2026 22:01:35 +0100 Subject: Tidy $showBlogTitle since it was hard coded anyway --- templates/blog_list_post.tpl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl index 9c05bab..475f7c0 100755 --- a/templates/blog_list_post.tpl +++ b/templates/blog_list_post.tpl @@ -26,13 +26,6 @@ {/if}
- {if $showBlogTitle eq 'y' && $aPost.blogs} -
- {foreach from=$aPost.blogs item=memberBlog key=blogContentId name=blogTitleLoop} - {if !$smarty.foreach.blogTitleLoop.first} • {/if}{$memberBlog.title|escape} - {/foreach} -
- {/if}

{if $aPost.title} {$aPost.title|escape:html} @@ -51,7 +44,7 @@ {/if}
{$aPost.publish_date|default:$aPost.created|bit_long_date}
- {if $showBlogTitle ne 'y' && count($aPost.blogs) > 0} + {if count($aPost.blogs) > 0} {tr}Posted to{/tr}  {foreach from=$aPost.blogs item=memberBlog key=blogContentId name=memberBlogLoop} {$memberBlog.title}{if $smarty.foreach.memberBlogLoop.total > 1 && !$smarty.foreach.memberBlogLoop.last }, {/if} -- cgit v1.3