--- a/LightboxGallery.php Mon Aug 03 16:46:52 2009 -0400
+++ b/LightboxGallery.php Fri Aug 07 10:26:44 2009 -0400
@@ -62,7 +62,7 @@
imageBtnPrev: \'' . scriptPath . '/plugins/lightboxgallery/images/lightbox-btn-prev.gif\', // (string) Path and the name of the prev button image
imageBtnNext: \'' . scriptPath . '/plugins/lightboxgallery/images/lightbox-btn-next.gif\', // (string) Path and the name of the next button image
imageBtnClose: \'' . scriptPath . '/plugins/lightboxgallery/images/lightbox-btn-close.gif\', // (string) Path and the name of the close btn
- imageBlank: \'' . cdnPath . '/images/spacer.gif\', // (string) Path and the name of a blank image (one pixel)
+ imageBlank: \'' . cdnPath . '/images/spacer.gif\' // (string) Path and the name of a blank image (one pixel)
};
jQuery(selector).lightBox(settings);
}