/* * SlideMyPiwiShop - v1.0 - 01-01-2014 * plugin for Slide and GThumb+ * Original by Mikfe for MyPiwiShop : http://fr.piwigo.org/ext/extension_view.php?eid=733 * Modified by Miklfe : http://piwitheme.fr/ * */ function _MyPiwiShop(){ var $layerShow = $('body').data('layerShow'); if($('#the_page', $layerShow).hasClass('thePicturePage') && $layerShow.attr('id')!='layer-0') { $.getScript('./plugins/MyPiwiShop/template/js/MyPiwiShop.js', function(){ $('body').removeClass('MyPiwiShop').addClass('MyPiwiShopReady'); }); } };