node_page_title

Versions
6 – 7
node_page_title($node)

Title callback.

Code

modules/node/node.module, line 1588

<?php
function node_page_title($node) {
  return $node->title;
}
?>
Login or register to post comments
 
 

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.