Index: branches/REL1_16/extensions/GeeQuBox/GeeQuBox.php |
— | — | @@ -99,7 +99,8 @@ |
100 | 100 | imageLoading: "'. $eDir .'images/lightbox-ico-loading.gif", |
101 | 101 | imageBtnClose: "'. $eDir .'images/lightbox-btn-close.gif", |
102 | 102 | imageBtnPrev: "'. $eDir .'images/lightbox-btn-prev.gif", |
103 | | - imageBtnNext: "'. $eDir .'images/lightbox-btn-next.gif" |
| 103 | + imageBtnNext: "'. $eDir .'images/lightbox-btn-next.gif", |
| 104 | + imageBlank: "'. $eDir .'images/lightbox-blank.gif" |
104 | 105 | }); |
105 | 106 | })'); |
106 | 107 | /* See _gqbreplaceHref() |