Drupal Theme implementation to display a node.
Available variables:
- $title: the (sanitized) title of the node.
- $content: Node body or teaser depending on $teaser flag.
- $picture: The authors picture of the node output from theme_user_picture().
- $date: Formatted creation date (use $created to reformat with format_date()).
- $links: Themed links like "Read more", "Add new comment", etc. output from theme_links().
- $name: Themed username of node author output from theme_username().
- $node_url: Direct url of the current node.
- $terms: the themed list of taxonomy term links output from theme_links().
- $submitted: themed submission information output from theme_node_submitted().
Continue reading “Drupal Theme Varaibles Used in node.tpl.php”
