<? require( './global.php' ); ob_start(); require("$path/community/aboutlinks_.php"); $aboutlinks = ob_get_contents(); ob_end_clean(); if( $bbuserinfo[userid] ) { // $bbuserinfo[username] is the username eval("dooutput(\"".gettemplate('aboutus')."\");"); } else { show_nopermission(); } // end if ?>