fb_profile == 'cb') { $msg_params = array( 'username' => &$msg_username, 'messageobject' => &$fmessage, 'subject' => &$msg_subject, 'messagetext' => &$msg_text, 'signature' => &$msg_signature, 'karma' => &$msg_karma, 'karmaplus' => &$msg_karmaplus, 'karmaminus' => &$msg_karmaminus ); $profileHtml = $kunenaProfile->showProfile($fmessage->userid, $msg_params); } else { $profileHtml = null; } ?>