Same name and namespace in other branches
  1. 4.6.x includes/theme.inc \theme_node()
  2. 4.7.x includes/theme.inc \theme_node()
  3. 5.x includes/theme.inc \theme_node()

Implemented using the node.tpl.php template.

See also

node.tpl.php

Related topics

1 theme call to theme_node()
node_view in modules/node/node.module
Generate a display of the given node.

File

developer/theme.php, line 199
Shadow theme functions for theme templates.

Code

function theme_node() {

  // This function is never used; see the corresponding template file instead.
}