You are here

function content_taxonomy_init in Content Taxonomy 6

Same name and namespace in other branches
  1. 6.2 content_taxonomy.module \content_taxonomy_init()

Implementation of hook_init().

File

./content_taxonomy.module, line 22
Defines a field type for referencing a taxonomy term.

Code

function content_taxonomy_init() {
  if (module_exists('token')) {
    module_load_include('inc', 'content_taxonomy', 'includes/content_taxonomy.token');
  }
}