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