Your IP : 216.73.216.237


Current Path : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gc12noir/
Upload File :
Current File : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gc12noir/mediaplayer.php

<?php defined('_JEXEC') or die;
/**
* @package		mod_cmse_audioplayer
* @copyright	Copyright (C) CmsEnergizer.com All rights reserved.
* @license		GNU General Public License version 2 or later; see http://www.gnu.org/licenses/
**/

JPluginHelper::importPlugin('content');
$this->setMetaData( 'X-UA-Compatible', 'IE=edge', true );
$this->setMetaData( 'HandheldFriendly', 'True' );
$this->setMetaData( 'viewport', 'width=device-width; initial-scale=1.0; minimum-scale=1.0;' );
$this->setGenerator('');

$this->addStyleDeclaration('
body {font-family: arial, sans-serif; margin: 0; padding: 0;}
img {width: 100%; max-height: 400px;}
div.popbtn {display: none !important;}
');

?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
	<jdoc:include type="head" />
</head>

<body class="cmsepopwin">
	<jdoc:include type="message" />
	<jdoc:include type="module" name="mod_cmse_audioplayer" style="none" />
</body>
</html>