| Current Path : /home/g/o/n/gonzalx/www/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_lightview/ |
| Current File : /home/g/o/n/gonzalx/www/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_lightview/popup.php |
<?php
/**
* @version 3.8.x
* @package Simple Image Gallery Pro
* @author JoomlaWorks - https://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2021 JoomlaWorks Ltd. All rights reserved.
* @license https://www.joomlaworks.net/license
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
/* Lightview v3.5.1 released on 07/09/2016 [Final] */
$relName = 'lightview';
$extraClass = 'lightview';
$customLinkAttributes = 'data-lightview-group="'.$gal_id.'" data-lightview-title="" data-lightview-caption=""';
$stylesheets = array('css/lightview/lightview.css?v=3.5.1');
$stylesheetDeclarations = array();
$scripts = array(
'js/spinners/spinners.min.js?v=3.5.1',
'js/lightview/lightview.js?v=3.5.1'
);
if (!defined('PE_LIGHTVIEW_JS_LOADED')) {
define('PE_LIGHTVIEW_JS_LOADED', true);
$scriptDeclarations = array('
(function($) {
$(document).ready(function() {
$(\'[data-lightview-group]\').each(function(i){
$(this).attr(\'data-lightview-title\', $(this).find(\'.sigProCaption\').first().attr(\'title\'));
$(this).attr(\'data-lightview-caption\', $(this).attr(\'title\'));
});
});
})(jQuery);
');
} else {
$scriptDeclarations = array();
}
if (!defined('PE_LIGHTVIEW_LOADED')) {
define('PE_LIGHTVIEW_LOADED', true);
$legacyHeadIncludes = '<!--[if lt IE 9]><script type="text/javascript" src="'.$popupPath.'/js/excanvas/excanvas.js?v=3.5.1"></script><![endif]-->';
} else {
$legacyHeadIncludes = '';
}