forum_node_name

Definition

forum_node_name($node)
modules/forum.module, line 31

Description

Implementation of hook_node_name().

Code

<?php
function forum_node_name($node) {
  return t('forum topic');
}
?>
 
 

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.