function phptemplate_privatemsg_list_header__participants in Privatemsg 6
Define the participants column.
See also
theme_privatemsg_list_header()
Related topics
File
- ./
privatemsg.theme.inc, line 193 - Theme functions for privatemsg.
Code
function phptemplate_privatemsg_list_header__participants() {
return array(
'data' => t('Participants'),
'key' => 'participants',
'class' => 'privatemsg-header-participants',
'#weight' => -30,
);
}