You are here

function theme_privatemsg_username in Privatemsg 5.3

Same name and namespace in other branches
  1. 5 privatemsg.module \theme_privatemsg_username()
  2. 6.2 privatemsg.theme.inc \theme_privatemsg_username()
  3. 7.2 privatemsg.theme.inc \theme_privatemsg_username()
  4. 7 privatemsg.theme.inc \theme_privatemsg_username()
3 theme calls to theme_privatemsg_username()
privatemsg_contacts_form in ./privatemsg.module
Display a user's contacts list and let them write a PM to multiple contacts.
privatemsg_list_form in ./privatemsg.module
theme_privatemsg_view in ./privatemsg.module
Returns content to view a private message.

File

./privatemsg.module, line 2328

Code

function theme_privatemsg_username($user) {
  return theme('username', $user);
}