You are here

function nd_init in Display Suite 6.3

Implementation of hook_init().

File

modules/nd/nd.module, line 20
Node displays.

Code

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