: | |
'; ?> | |
'.fullname($user,true).' | '; // Check to see if we should be showing the email address. if ($user->maildisplay == 0) { // 0 = don't display my email to anyone. echo '' . get_string('emaildisplayhidden') . ' | '; } else { echo ' | '.$user->email.' | '; } if (empty($user->email)) { $error = get_string('emailempty'); } if (!empty($error)) { echo ''; unset($error); } echo ' | |
'.get_string('nousersyet').' |