You are here

function privatemsg_groups_theme in Privatemsg 7.2

Implements hook_theme().

File

privatemsg_groups/privatemsg_groups.module, line 45
Allows to send messages to all members of an organic group

Code

function privatemsg_groups_theme() {
  return array(
    'privatemsg_groups_format' => array(
      'variables' => array(
        'recipient' => NULL,
        'options' => array(),
      ),
    ),
  );
}