/* * SlideGThumb - v1.0 - 01-01-2014 * plugin for Slide and Lightbox * Original by P@t for Lightbox : http://fr.piwigo.org/ext/extension_view.php?eid=591 * Modified by Miklfe : http://piwitheme.fr/ * */ /*$template->func_combine_script(array('id'=>'jquery.colorbox', 'path'=>'themes/default/js/plugins/jquery.colorbox.min.js')); $template->func_combine_css(array('id'=>'colorbox','path'=>'plugins/lightbox/theme/'.$params['theme'].'/colorbox.css'));*/ function _lightbox(){ var $layerShow = $('body').data('layerShow'), $lightbox_opt = $('#the_page', $layerShow).data('lightbox'); if ($('body').hasClass('lightbox')){ $('body').removeClass('lightbox').addClass('lightboxReady'); $.getScript('./themes/default/js/plugins/jquery.colorbox.min.js', function(){ $('