You are here

function nd_theme in Node displays 6

Same name and namespace in other branches
  1. 6.3 nd.module \nd_theme()
  2. 6.2 nd.module \nd_theme()
  3. 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();
}