You are here

function nd_init in Node displays 6

Same name and namespace in other branches
  1. 6.3 nd.module \nd_init()
  2. 6.2 nd.module \nd_init()
  3. 7 nd.module \nd_init()

Implementation of hook_init().

File

./nd.module, line 524
Main node displays file.

Code

function nd_init() {
  if (variable_get('nd_regions_css', TRUE)) {
    drupal_add_css(drupal_get_path('module', 'nd') . '/css/regions.css');
  }
}