You are here

function theme_videoftp_widget in Video 6.5

Same name and namespace in other branches
  1. 6.4 types/videoftp/videoftp.theme.inc \theme_videoftp_widget()

FormAPI theme function. Theme the output of an video ftp field.

File

types/videoftp/videoftp.theme.inc, line 10
Theme functions for the videoftp module.

Code

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