node_view
Submitted by Nielsvm on Sun, 10/26/2008 - 14:18.
http://api.drupal.org/api/function/node_view/6
* Generate a display of the given node.
*
* @param $node
* A node array or node object.
* @param $teaser
* Whether to display the teaser only or the full form.
* @param $page
* Whether the node is being displayed by itself as a page.
* @param $links
* Whether or not to display node links. Links are omitted for node
previews.
*
* @return
* An HTML representation of the themed node.
*/
function node_view($node, $teaser = FALSE, $page = FALSE, $links = TRUE) {
A little too often I see people directly printing $node->body when node
content needs to be shown in page content. Therefore, please use this function where appropriate.

Best Cisco Certification Exams Training Materials & Study Guide
pass4sure.nl provides best Microsoft/Cisco/IBM/Oracle/CompTIA certification test braindumps:
pass4sure pass 4 sure p4s 642-901 650-251 642-446 642-383 70-294 640-863 642-456 70-237 642-825 220-601 70-236 VCP-310 000-071 70-640 HP0-J23 70-630 000-061 70-652 MB6-817 642-691 642-524 000-210 642-481 350-030 350-018 n10-003 642-892 642-436 BI0-112 642-642 640-822 HP0-J24 640-721 70-642 642-072 640-460 642-873 640-802 70-431 sy0-101 ex0-101 642-812 642-845 70-631 70-293 642-587 646-204 70-270 220-602 350-001 70-290 640-553 MCSE MCTS MCSA 2003 MCDBA MCITP MCAD.NET CCDA CCDP CCIE CCIP CCNA CCNP CCVP Content Networking DB2 Certified Solution Designer Eserver Certified Specialist 10g DBA 9i DBA OCA 11i A+ Server+ Network+ i-NET+ Linux+ certifications and
Use of node_show()
When presenting a full node it is sometimes even better to call:
node_show()
because this function will add history data!