function glossary_init in Glossary 7
Same name and namespace in other branches
- 6 glossary.module \glossary_init()
Implements hook_init().
File
- ./
glossary.module, line 169 - Glossary terms will be automatically marked with links to their descriptions.
Code
function glossary_init() {
drupal_add_css(drupal_get_path('module', 'glossary') . '/glossary.css');
}