You are here

function nd_init in Node displays 6.2

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

Implementation of hook_init().

File

./nd.module, line 36
Node displays.

Code

function nd_init() {
  drupal_add_css(drupal_get_path('module', 'nd') . '/css/nd_regions.css');
}