function discussthis_init in Discuss This! 6
\brief Implementation of hook_init(). Add the CSS.
File
- ./
discussthis.module, line 35 - Associations discussions in forums with specific nodes
Code
function discussthis_init() {
$path = drupal_get_path('module', 'discussthis');
drupal_add_css($path . '/discussthis.css');
}