function theme_nd_title_h2_block_link in Node displays 6.2
Same name and namespace in other branches
- 6.3 nd.module \theme_nd_title_h2_block_link()
- 6 theme/theme.inc \theme_nd_title_h2_block_link()
- 7 nd.module \theme_nd_title_h2_block_link()
File
- ./
nd.module, line 671 - Node displays.
Code
function theme_nd_title_h2_block_link($field) {
return '<h2 class="block-title">' . l($field['object']->title, 'node/' . $field['object']->nid) . '</h2>';
}