diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-16 21:46:38 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-16 21:46:38 +0000 |
| commit | 96939730cb72548f6589ba4c354a45124dbaa16e (patch) | |
| tree | c3acddd9717021038b5618d586b566af8a28ad7f /recent_posts.php | |
| parent | cd38efdc0446b4acd717b5427078190b3bd01dc9 (diff) | |
| download | blogs-96939730cb72548f6589ba4c354a45124dbaa16e.tar.gz blogs-96939730cb72548f6589ba4c354a45124dbaa16e.tar.bz2 blogs-96939730cb72548f6589ba4c354a45124dbaa16e.zip | |
invoke content_list_function service function
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 ); |
