function privatemsg_roles_theme in Privatemsg 6.2
Same name and namespace in other branches
- 7.2 privatemsg_roles/privatemsg_roles.module \privatemsg_roles_theme()
- 7 privatemsg_roles/privatemsg_roles.module \privatemsg_roles_theme()
File
- privatemsg_roles/
privatemsg_roles.module, line 19 - Allows to send messages to all members of a role.
Code
function privatemsg_roles_theme() {
return array(
'privatemsg_roles_format' => array(
'arguments' => array(
'role' => NULL,
'options' => array(),
),
),
);
}