You are here

function nat_init in Node Auto Term [NAT] 5

Implementation of hook_init().

File

./nat.module, line 25
NAT - node auto term - is a helper module that automatically creates a term using the same title as a node.

Code

function nat_init() {
  if (module_exists('views')) {
    include_once './' . drupal_get_path('module', 'nat') . '/includes/nat_views.inc';
  }
}