function theme_privatemsg_list_header in Privatemsg 7
Same name and namespace in other branches
- 6 privatemsg.theme.inc \theme_privatemsg_list_header()
Define the table header for a specific column.
This default theme function is used to ignore columns that should not be displayed. Only columns with a specific theme pattern function are displayed.
Return value
A theme_table() compatible table header definition. Additionally, the key "key" should be used to specify which row column should be displayed in this column.
Related topics
1 theme call to theme_privatemsg_list_header()
- _privatemsg_list_headers in ./
privatemsg.module - Returns a table header definition based on the submitted keys.
File
- ./
privatemsg.theme.inc, line 165 - Theme functions for privatemsg.
Code
function theme_privatemsg_list_header() {
}