connect("news.php.net"); $groups = $nntp->getGroups(); //print_r($groups); $z = $nntp->selectGroup('php.announce'); print_r($z); $h = $nntp->splitHeaders(1); print_r($h); $b = $nntp->getBody(1); print_r($b); */ $gBitSystem->verifyFeature( 'users_custom_home' ); // Display the template $gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', null, [ 'display_mode' => 'display' ]); ?>