You are here

function invite_notifications_theme in Invite 7.4

Invite Notifications Theme.

File

modules/invite_notifications/invite_notifications.module, line 93
Main file for the Invite Notifications.

Code

function invite_notifications_theme() {
  return array(
    'invite_inviter_notification' => array(
      'render element' => 'message',
    ),
    'invite_registered_user_notification' => array(
      'render element' => 'message',
    ),
  );
}