function privatemsg_roles_theme in Privatemsg 7.2
Same name and namespace in other branches
- 6.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 31 - 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(),
),
),
);
}