string CUser::GetFirstName()
The method GetFirstName returns the authorized user name (usually called from the $USER object).
<? global $USER; echo "[".$USER->GetID()."] (".$USER->Login().") ".$USER->GetFirstName()." ".$USER->GetLastName(); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |