Base_UserCommon::get_user_label($uid, $nolink)
Base_UserCommon::get_my_user_label($nolink)
will give you First Name, Last Name with link to contact
Base_UserCommon::get_my_user_login()
gives user login
You have to assign callback href to smarty template in the module
$theme->assign('logout_href', $this->create_callback_href( ... ));
Best regards,
Adam