You are here

function drupalchat_notifications_theme in DrupalChat 6.2

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

Implementation of hook_theme().

File

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

Code

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