Current Directory: /home/astoriaah/www/old15/plugins/content/jw_allvideos/jw_allvideos/tmpl/Classic
Viewing File: /home/astoriaah/www/old15/plugins/content/jw_allvideos/jw_allvideos/tmpl/Classic/default.php
<?php
/**
* @version 4.6.1
* @package AllVideos (plugin)
* @author JoomlaWorks - http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div class="avPlayerWrapper<?php echo $output->mediaTypeClass; ?>">
<div style="width:<?php echo $output->playerWidth; ?>px;" class="avPlayerContainer">
<div id="<?php echo $output->playerID; ?>" class="avPlayerBlock">
<?php echo $output->player; ?>
<?php if($allowAudioDownloading && $output->mediaType=='audio'): ?>
<div class="avDownloadLink">
<a target="_blank" href="<?php echo $output->source; ?>">
<span><?php echo JText::_('JW_PLG_AV_DOWNLOAD'); ?></span>
</a>
<span class="hint">(<?php echo JText::_('JW_PLG_AV_DOWNLOAD_HINT'); ?>)</span>
</div>
<?php endif; ?>
</div>
</div>
</div>