| Current Path : /var/www/modules/mod_yendifvideoshare_player/tmpl/ |
| Current File : /var/www/modules/mod_yendifvideoshare_player/tmpl/default.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 */ // Prevent direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <div class="yendif-video-share player <?php echo $moduleclass_sfx; ?>"> <?php if ( $params->get( 'show_title' ) == 1 ) : ?> <h3><?php echo $video->title; ?></h3> <?php endif; ?> <?php echo $player; ?> <?php if ( $params->get( 'show_description' ) == 1 ) : ?> <p><?php echo $video->description; ?></p> <?php endif; ?> </div>