node_page_title

Definition

node_page_title($node)
modules/node/node.module, line 1589

Description

Title callback.

Code

<?php
function node_page_title($node) {
  return $node->title;
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.