You are here

function _taxonomy_list_init in Taxonomy List 7

Implementation of hook_init().

File

./taxonomy_list.module, line 66
List all terms in a vocabulary.

Code

function _taxonomy_list_init() {
  drupal_add_css(drupal_get_path('module', 'taxonomy_list') . '/taxonomy_list.css');
}