get_users_names(); //$gBitSmarty->assign( 'users_list',$users_list ); $users_list = $gBitUser->get_users_names(); $gBitSmarty->assign( 'users_list', ( count( $users_list ) < 50 ) ? $users_list : NULL ); if( !empty( $_REQUEST['anonymous_settings'] ) ) { simple_set_toggle( "site_contact", MESSAGES_PKG_NAME ); simple_set_value( "contact_user", MESSAGES_PKG_NAME ); } $gBitSystem->setHelpInfo( 'Features', 'Settings', 'Help with the features settings' ); ?>