You are here

function theme_brightcove_cck_browser in Brightcove Video Connect 6.2

Same name and namespace in other branches
  1. 6 brightcove_cck/brightcove_cck.module \theme_brightcove_cck_browser()

Theme function returning a video field.

File

brightcove_cck/brightcove_cck.module, line 595
Brightcove CCK module provides a Content Construction Kit module to developers, allowing them to browse videos in their Brightcove Studio and upload them.

Code

function theme_brightcove_cck_browser($element) {
  return $element['#children'];
}