Source for file custom_home.php
Documentation is available at custom_home.php
* @copyright (c) 2004-15 bitweaver.org
require_once( '../kernel/setup_inc.php' );
//ini_set('include_path','.;pear/');
require_once "lib/NNTP.php";
$ret = $nntp->connect("news.php.net");
$groups = $nntp->getGroups();
$z = $nntp->selectGroup('php.announce');
$h = $nntp->splitHeaders(1);
$gBitSystem->verifyFeature( 'users_custom_home' );
$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', NULL, array( 'display_mode' => 'display' ));
|