You are here

function theme_drupalchat_notifications_contents in DrupalChat 7.2

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

@todo Please document this function.

See also

http://drupal.org/node/1354

1 theme call to theme_drupalchat_notifications_contents()
drupalchat_notifications_drupalchat_subpanel in drupalchat_notifications/drupalchat_notifications.module
@todo Please document this function.

File

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

Code

function theme_drupalchat_notifications_contents() {
  return 'hey testing here';
}