function theme_nd_title_h1_nolink in Node displays 6.3
Same name and namespace in other branches
- 6 theme/theme.inc \theme_nd_title_h1_nolink()
- 6.2 nd.module \theme_nd_title_h1_nolink()
- 7 nd.module \theme_nd_title_h1_nolink()
File
- ./
nd.module, line 625 - Node displays.
Code
function theme_nd_title_h1_nolink($field) {
return '<h1>' . check_plain($field['object']->title) . '</h1>';
}