You are here

function theme_emthumb_widget in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emthumb/emthumb.module \theme_emthumb_widget()
  2. 6.2 contrib/emthumb/emthumb.module \theme_emthumb_widget()

Theme function for the emthumb_widget element.

File

contrib/emthumb/emthumb.module, line 807
Allows for custom thumbnail overrides to Embedded Media Field.

Code

function theme_emthumb_widget($element) {
  return theme('form_element', $element, $element['#children']);
}