diff options
Diffstat (limited to 'recent_posts.php')
| -rw-r--r-- | recent_posts.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recent_posts.php b/recent_posts.php index 60e50b6..b9929cb 100644 --- a/recent_posts.php +++ b/recent_posts.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_blogs/recent_posts.php,v 1.2 2007/06/22 10:14:52 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_blogs/recent_posts.php,v 1.3 2007/07/16 21:46:38 spiderr Exp $ * * @package blogs * @subpackage functions @@ -22,6 +22,8 @@ require_once( BLOGS_PKG_PATH.'lookup_blog_inc.php'); $gBitSmarty->assign( 'showEmpty', TRUE ); // Display the template +$gContent->invokeServices( 'content_list_function', $_REQUEST ); + $gDefaultCenter = 'bitpackage:blogs/center_list_blog_posts.tpl'; $gBitSmarty->assign_by_ref( 'gDefaultCenter', $gDefaultCenter ); |
