You are here

function theme_video_conversion_failed in Video 7

Same name and namespace in other branches
  1. 7.2 video.theme.inc \theme_video_conversion_failed()

Display an "encoding failed" message"

1 theme call to theme_video_conversion_failed()
theme_video in ./video.theme.inc

File

./video.theme.inc, line 170

Code

function theme_video_conversion_failed() {
  return '<div class="video-conversion-failed">' . t('The video conversion process has failed. You might want to submit a simpler video format like <em>mpeg</em> or <em>divx avi</em>.<br />If the problem persists please contact website administrators.') . '</div>';
}