Deltacms/module/album/view/gallery/gallery.js.php

12 lines
218 B
PHP

/**
* This file is part of DeltaCMS.
* Album Photo /view/gallery
*/
$(".galleryGalleryPicture").simpleLightbox({
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});