You are here

function theme_ds_author_nolink in Display Suite 6.2

Same name and namespace in other branches
  1. 6.3 theme/theme.inc \theme_ds_author_nolink()
  2. 6 theme/theme.inc \theme_ds_author_nolink()

Theme author name.

Parameters

$field:

File

theme/theme.inc, line 609
Theming functions for ds.

Code

function theme_ds_author_nolink($field) {
  return $field['object']->name;
}