function shouts_init in Heartbeat 6.4
Implementation of hook_init().
File
- modules/
shouts/ shouts.module, line 12 - Gives the possibility to the user to shout a message.
Code
function shouts_init() {
drupal_add_js(drupal_get_path('module', 'shouts') . '/shouts.js');
}