You are here

function theme_nd_title_p_nolink in Node displays 7

Same name and namespace in other branches
  1. 6.3 nd.module \theme_nd_title_p_nolink()
  2. 6 theme/theme.inc \theme_nd_title_p_nolink()
  3. 6.2 nd.module \theme_nd_title_p_nolink()

File

./nd.module, line 480
Node displays.

Code

function theme_nd_title_p_nolink($field) {
  $field = $field['field'];
  return '<p>' . check_plain($field['object']->title) . '</p>';
}