You are here

function theme_nd_title_h2_block_nolink in Node displays 6

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

File

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

Code

function theme_nd_title_h2_block_nolink(&$node) {
  $node->title_rendered = '<h2 class="block-title">' . check_plain($node->title) . '</h2>';
}