oembed.tpl.php in oEmbed 6.0
Default template file for oembed data
1 theme call to oembed.tpl.php
- template_preprocess_oembedfield_formatter_oembed_default in theme/
oembedfield_theme.inc - @file Theme related functions for oEmbed Field
File
theme/oembed.tpl.phpView source
<?php
/**
* @file
* Default template file for oembed data
*/
print l($title, $original_url, array(
'absolute' => TRUE,
'attributes' => array(
'class' => 'oembed-title oembed-link',
),
));