function nd_theme in Node displays 6
Same name and namespace in other branches
- 6.3 nd.module \nd_theme()
- 6.2 nd.module \nd_theme()
- 7 nd.module \nd_theme()
Implementation of hook_theme().
File
- ./
nd.module, line 541 - Main node displays file.
Code
function nd_theme() {
require_once 'includes/nd.registry.inc';
return _nd_theme();
}