function theme_node

6.x theme.php 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 drupal-6.x/modules/node/node.module
Generate a display of the given node.

File

documentation-6.x/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.
}