You are here

function nd_content_build_modes in Node displays 6

Same name and namespace in other branches
  1. 6.3 nd.module \nd_content_build_modes()
  2. 6.2 nd.module \nd_content_build_modes()
  3. 7 nd.module \nd_content_build_modes()

Implementation of hook_content_build_modes().

File

./nd.module, line 549
Main node displays file.

Code

function nd_content_build_modes() {
  require_once 'includes/nd.registry.inc';
  return _nd_content_build_modes();
}