[9.2.25] config modiliée slb
This commit is contained in:
parent
2562138de5
commit
7614f7b1b0
@ -33,7 +33,7 @@ class common {
|
|||||||
const TEMP_DIR = 'site/tmp/';
|
const TEMP_DIR = 'site/tmp/';
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '9.2.24';
|
const ZWII_VERSION = '9.2.25';
|
||||||
const ZWII_UPDATE_CHANNEL = "v9";
|
const ZWII_UPDATE_CHANNEL = "v9";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
|
6
core/vendor/simplelightbox/init.js
vendored
6
core/vendor/simplelightbox/init.js
vendored
@ -11,10 +11,4 @@
|
|||||||
closeText:"×",
|
closeText:"×",
|
||||||
captionsData:'alt'
|
captionsData:'alt'
|
||||||
});
|
});
|
||||||
var b = new SimpleLightbox('.galleryGalleryPicture', {
|
|
||||||
captionSelector: "self",
|
|
||||||
captionType: "data",
|
|
||||||
captionsData: "caption",
|
|
||||||
closeText: "×"
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
@ -13,11 +13,10 @@
|
|||||||
/**
|
/**
|
||||||
* Galerie d'image
|
* Galerie d'image
|
||||||
* SLB est activé pour tout le site
|
* SLB est activé pour tout le site
|
||||||
*
|
*/
|
||||||
$(".galleryGalleryPicture").simpleLightbox({
|
var b = new SimpleLightbox('.galleryGalleryPicture', {
|
||||||
captionSelector: "self",
|
captionSelector: "self",
|
||||||
captionType: "data",
|
captionType: "data",
|
||||||
captionsData: "caption",
|
captionsData: "caption",
|
||||||
closeText: "×"
|
closeText: "×"
|
||||||
});
|
});
|
||||||
*/
|
|
Loading…
Reference in New Issue
Block a user