function glossary_init in Glossary 6
Same name and namespace in other branches
- 7 glossary.module \glossary_init()
Implementation of hook_init().
File
- ./
glossary.module, line 309 - 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');
}