function nd_init in Node displays 6.3
Same name and namespace in other branches
- 6 nd.module \nd_init()
- 6.2 nd.module \nd_init()
- 7 nd.module \nd_init()
Implementation of hook_init().
File
- ./
nd.module, line 37 - Node displays.
Code
function nd_init() {
drupal_add_css(drupal_get_path('module', 'nd') . '/css/nd_regions.css');
}