You are here

function theme_ds_picture in Display Suite 6.3

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

Theme the user picture.

File

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

Code

function theme_ds_picture($field) {
  return theme('user_picture', $field['object']);
}