function theme_drupalchat_notifications_contents in DrupalChat 7.2
Same name and namespace in other branches
- 6.2 drupalchat_notifications/drupalchat_notifications.module \theme_drupalchat_notifications_contents()
- 7 drupalchat_notifications/drupalchat_notifications.module \theme_drupalchat_notifications_contents()
@todo Please document this function.
See also
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';
}