Files
jeunes-et-engages-d7/sites/all/themes/gui/jee/templates/video-embed-field-embed-code.tpl.php
T
Bachir Soussi Chiadmi dab5226cd7 Chapter is quite ok
ajax loaded content
graphics ok
interactivity ok
remains the video interactions
2015-03-10 20:23:17 +01:00

18 lines
473 B
PHP

<?php
/**
* @file
* Default theme implementation to display a video embed field.
*
* Variables available:
* - $url: The URL of the video to display embed code for
* - $style: The style name of the embed code to use
* - $style_settings: The style settings for the embed code
* - $handler: The name of the video handler
* - $embed_code: The embed code
* - $data: Additional video data
*
* @see template_preprocess_video_embed()
*/
?>
<?php print $embed_code; ?>