<br />// ---------------------<br />// Grab this user's info<br /> $userob = new user;<br /> $thisuser = $userob -> authenticate("U_PictureView,U_Number,U_TimeOffset,U_TimeFormat,U_Ignored,U_OC_Userid");<br /><br /> isset($thisuser['U_PictureView']) && $picview = $thisuser['U_PictureView'];<br /> isset($thisuser['U_TimeOffset']) && $toffset = $thisuser['U_TimeOffset'];<br /> !isset($thisuser['U_TimeFormat']) && $thisuser['U_TimeFormat'] = $theme['timeformat'];<br /> !isset($thisuser['U_Ignored']) && $thisuser['U_Ignored'] = "";<br /><br /> $Username = $thisuser['U_Username'];<br /><br /> $html = new html;<br /> <br />// If we are not logged in, then present a log on form, otherwise present<br />// a menu of options.<br /> if((!$thisuser['U_Username'] == ''))<br /> {<br /> $html -> not_right ("{$ubbt_lang['show_profile']}",$Cat);<br /> } <br />