You are here

function phptemplate_privatemsg_list_header__count in Privatemsg 6

Define the answers column.

See also

theme_privatemsg_list_header()

Related topics

File

./privatemsg.theme.inc, line 179
Theme functions for privatemsg.

Code

function phptemplate_privatemsg_list_header__count() {
  return array(
    'data' => t('Messages'),
    'key' => 'count',
    'class' => 'privatemsg-header-count',
    '#weight' => -25,
  );
}