function theme_drupalchat_notifications_contents in DrupalChat 6.2
Same name and namespace in other branches
- 7.2 drupalchat_notifications/drupalchat_notifications.module \theme_drupalchat_notifications_contents()
- 7 drupalchat_notifications/drupalchat_notifications.module \theme_drupalchat_notifications_contents()
1 theme call to theme_drupalchat_notifications_contents()
- drupalchat_notifications_drupalchat_subpanel in drupalchat_notifications/
drupalchat_notifications.module - @file Module code for DrupalChat Notifications.
File
- drupalchat_notifications/
drupalchat_notifications.module, line 29 - Module code for DrupalChat Notifications.
Code
function theme_drupalchat_notifications_contents() {
return 'hi';
}