see http://phpdocu.sourceforge.net/ // +----------------------------------------------------------------------+ // | Authors: spider // +----------------------------------------------------------------------+ require_once( '../kernel/setup_inc.php' ); require_once( FEED_PKG_PATH.'feed_lib.php' ); $gBitSystem->verifyPermission( 'p_feed_master' ); $listHash['max_records'] = 100; $actions = feed_get_actions( $listHash ); $gBitSmarty->assign( 'actions', $actions); $gBitSystem->display( 'bitpackage:feed/master_feed.tpl', FEED_PKG_NAME );