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