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

14 lines
215 B
PHP

/**
* This file is part of DeltaCMS.
*/
/**
* Galerie d'image
*/
$(".galleryGalleryPicture").simpleLightbox({
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});