function taxonomy_list_init in Taxonomy List 6.2
Same name and namespace in other branches
- 5.2 taxonomy_list.module \taxonomy_list_init()
- 6 taxonomy_list.module \taxonomy_list_init()
Implementation of hook_init().
File
- ./
taxonomy_list.module, line 55 - List all terms in a vocabulary.
Code
function taxonomy_list_init() {
drupal_add_css(drupal_get_path('module', 'taxonomy_list') . '/taxonomy_list.css');
}