Your IP : 216.73.216.61


Current Path : /home/gonzalx/www/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_lightbox2/
Upload File :
Current File : /home/gonzalx/www/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_lightbox2/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');

/* Lightbox2 v2.11.3 released on 11/07/2020 */
$relName = '';
$extraClass = '';
$customLinkAttributes = 'data-lightbox="'.$gal_id.'" data-title=""';

$stylesheets = array('https://cdn.jsdelivr.net/npm/lightbox2@2.11.3/dist/css/lightbox.min.css');
$stylesheetDeclarations = array();
$scripts = array('https://cdn.jsdelivr.net/npm/lightbox2@2.11.3/dist/js/lightbox.min.js');
if (!defined('PE_LIGHTBOX2_LOADED')) {
    define('PE_LIGHTBOX2_LOADED', true);
    $scriptDeclarations = array('
        (function($) {
            $(document).ready(function() {
                $(\'[data-lightbox]\').each(function(i){
                    $(this).attr(\'data-title\', $(this).attr(\'title\'));
                });
            });
        })(jQuery);
    ');
} else {
    $scriptDeclarations = array();
}