function theme_nd_title_h2_link in Node displays 6
Same name and namespace in other branches
- 6.3 nd.module \theme_nd_title_h2_link()
- 6.2 nd.module \theme_nd_title_h2_link()
- 7 nd.module \theme_nd_title_h2_link()
File
- theme/
theme.inc, line 168 - Theming functions for nd.
Code
function theme_nd_title_h2_link(&$node) {
$node->title_rendered = '<h2>' . l($node->title, 'node/' . $node->nid) . '</h2>';
}