You are here

function theme_media_vimeo_styles in Media: Vimeo 7

NOTE: Deprecated with Styles version 2.

File

includes/themes/media_vimeo.theme.inc, line 87
media_vimeo/includes/themes/media_vimeo.theme.inc

Code

function theme_media_vimeo_styles($variables) {
  $style = $variables['style'];
  $variables['file'] = $variables['object'];
  $variables['uri'] = $variables['object']->uri;
  $variables['style_name'] = $style['name'];
  return theme('media_vimeo_embed', $variables);
}