From 002747de5610de625a0e968005d22865d578bafa Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Mon, 18 May 2026 09:44:51 +0100 Subject: showBlogTitle was a strange dead end, should have been passed via blogPostsFormat --- templates/center_list_blog_posts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/center_list_blog_posts.php b/templates/center_list_blog_posts.php index 25f6a2c..1e04475 100755 --- a/templates/center_list_blog_posts.php +++ b/templates/center_list_blog_posts.php @@ -94,7 +94,6 @@ $gBitSmarty->assign( 'blogPosts', $blogPosts ); $gBitSmarty->assign( 'listInfo', $listHash ); $gBitSmarty->assign( 'descriptionLength', $gBitSystem->getConfig( 'blog_posts_description_length', 500 )); $gBitSmarty->assign( 'showDescriptionsOnly', true ); -$gBitSmarty->assign( 'showBlogTitle', 'y' ); $gBitSmarty->assign( 'blogPostsFormat', empty( $module_params['format'] ) ? 'full' : $module_params['format'] ); // unfortunately, the following feature pulls module parameters in from other modules //$gBitSmarty->assign( 'centerTitle', $moduleParams['title'] ); \ No newline at end of file -- cgit v1.3