From 42eb5978a578ad4e7ac2a65016c668234652c147 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Fri, 4 Sep 2009 18:13:29 +0000 Subject: add master feed --- index.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..de2dc26 --- /dev/null +++ b/index.php @@ -0,0 +1,24 @@ + see http://phpdocu.sourceforge.net/ +// +----------------------------------------------------------------------+ +// | Authors: spider +// +----------------------------------------------------------------------+ + +require_once( '../bit_setup_inc.php' ); +require_once( FEED_PKG_PATH.'feed_lib.php' ); + +$listHash['max_records'] = 100; +$actions = feed_get_actions( $listHash ); +vd( $actions ); +$gBitSmarty->assign( 'actions', $actions); + +$gBitSystem->display( 'bitpackage:feed/master_feed.tpl', FEED_PKG_NAME ); -- cgit v1.3