You are here

function theme_nd_title_h2_block_link in Node displays 6

Same name and namespace in other branches
  1. 6.3 nd.module \theme_nd_title_h2_block_link()
  2. 6.2 nd.module \theme_nd_title_h2_block_link()
  3. 7 nd.module \theme_nd_title_h2_block_link()

File

theme/theme.inc, line 176
Theming functions for nd.

Code

function theme_nd_title_h2_block_link(&$node) {
  $node->title_rendered = '<h2 class="block-title">' . l($node->title, 'node/' . $node->nid) . '</h2>';
}