You are here

oembed.tpl.php in oEmbed 6.0

Default template file for oembed data

File

theme/oembed.tpl.php
View source
<?php

/**
 * @file
 * Default template file for oembed data
 */
print l($title, $original_url, array(
  'absolute' => TRUE,
  'attributes' => array(
    'class' => 'oembed-title oembed-link',
  ),
));