function nd_init in Node displays 6
Same name and namespace in other branches
- 6.3 nd.module \nd_init()
- 6.2 nd.module \nd_init()
- 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');
}
}