| Current Path : /var/www/components/com_yendifvideoshare/views/player/tmpl/ |
| Current File : /var/www/components/com_yendifvideoshare/views/player/tmpl/iframe.php |
<?php
/**
* @version 1.2.9
* @package Com_YendifVideoShare
* @author PluginsWare Interactive Pvt. Ltd <admin@yendifplayer.com>
* @copyright Copyright (c) 2012 - 2021 PluginsWare Interactive Pvt. Ltd. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined( '_JEXEC' ) or die( 'Restricted access' );
YendifVideoSharePlayer::updateViews( $this->item->id );
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<style type="text/css">
html,
body,
iframe {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
</head>
<body>
<?php echo $this->item->thirdparty; ?>
</body>
</html>