You are here

function drupalchat_notifications_theme in DrupalChat 7

Same name and namespace in other branches
  1. 6.2 drupalchat_notifications/drupalchat_notifications.module \drupalchat_notifications_theme()
  2. 7.2 drupalchat_notifications/drupalchat_notifications.module \drupalchat_notifications_theme()

Implements hook_theme().

File

drupalchat_notifications/drupalchat_notifications.module, line 29
Module code for DrupalChat Notifications.

Code

function drupalchat_notifications_theme() {
  return array(
    'drupalchat_notifications_contents' => array(),
  );
}