You are here

function messaging_notify_theme in Messaging 6

Implementation of hook_theme().

File

messaging_notify/messaging_notify.module, line 437
Subscriptions to messaging events

Code

function messaging_notify_theme() {
  return array(
    'messaging_subscriptions_table' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}