diff options
Diffstat (limited to 'templates/center_list_blog_posts.php')
| -rwxr-xr-x | templates/center_list_blog_posts.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
