| 7 node.module | node_type_page_title($type) |
| 8 node.module | node_type_page_title($type) |
Title callback for a node type.
1 string reference to 'node_type_page_title'
File
- modules/
node/ node.module, line 2099 - The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern.
Code
function node_type_page_title($type) {
return $type->name;
}
Login or register to post comments