summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-15 18:53:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-15 18:53:17 +0000
commit47a4f24eb8dd9fe1aa828124de95e1c76c9dadef (patch)
tree7a7ae9dfc04e461dfddc6b64abf6212c8515148b /index.php
parentf2247b99aefb4ce5cd0e93fcd87ee9ccfa498654 (diff)
downloadblogs-47a4f24eb8dd9fe1aa828124de95e1c76c9dadef.tar.gz
blogs-47a4f24eb8dd9fe1aa828124de95e1c76c9dadef.tar.bz2
blogs-47a4f24eb8dd9fe1aa828124de95e1c76c9dadef.zip
remove inane hack. not necessary anymore with stars doing its thing on every pageload now.
Diffstat (limited to 'index.php')
-rw-r--r--index.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/index.php b/index.php
index c300d41..d23b689 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.10 2007/06/15 16:15:06 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.11 2007/06/15 18:53:17 squareing Exp $
* @package blogss
* @subpackage functions
@@ -22,18 +22,6 @@ $gBitSystem->verifyPermission( 'p_blogs_view' );
require_once( BLOGS_PKG_PATH.'lookup_blog_inc.php');
-// {{{ start hack
-// this is a very stupid hack until we can sort out the following problem: when
-// calling center_list_blog_posts.tpl, the php file that goes with it is only
-// called when the tpl file is called, which is in the middle of the rendering
-// process i.e. after header_inc.tpl has been rendered. services such as stars
-// need to be called before the rendering process that data can be passed on
-// into their header_inc.tpl file.
-$blogPost = new BitBlogPost();
-$dummy = array();
-$blogPosts = $blogPost->getList( $dummy );
-// }}} end hack
-
$gBitSmarty->assign( 'showEmpty', TRUE );
// Display the template