You are here

function video_ffmpeg_helper_theme in Video 6.3

Same name and namespace in other branches
  1. 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \video_ffmpeg_helper_theme()
  2. 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \video_ffmpeg_helper_theme()

Implementation of hook_theme().

File

types/uploadfield/uploadfield_formatter.inc, line 168
uploadfield formatter hooks and callbacks.

Code

function video_ffmpeg_helper_theme() {
  return array();
}