function nd_theme_registry_alter in Display Suite 6.3
Implementation of hook_registry_alter().
File
- modules/
nd/ nd.module, line 104 - Node displays.
Code
function nd_theme_registry_alter(&$registry) {
$path = drupal_get_path('module', 'nd') . '/templates';
array_unshift($registry['node']['theme paths'], $path);
}