2.19 confirmation enregistrement

This commit is contained in:
Fred Tempez 2020-04-19 13:07:01 +02:00
parent 844acd8c8a
commit 498fd7f4d6
1 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class gallery extends common {
const SORT_ASC = 'SORT_ASC';
const SORT_DSC = 'SORT_DSC';
const SORT_HAND = 'SORT_HAND';
const GALLERY_VERSION = '2.18';
const GALLERY_VERSION = '2.19';
public static $directories = [];
@ -629,6 +629,12 @@ class gallery extends common {
$content = str_replace('#legendBgColor#',$this->getinput('galleryThemeLegendBgColor'),$content );
file_put_contents('module/gallery/view/index/index.css',$content . $themeCss);
file_put_contents('module/gallery/view/gallery/gallery.css',$content . $themeCss);
// Valeurs en sortie
$this->addOutput([
'redirect' => helper::baseUrl() . $this->getUrl() . '/theme',
'notification' => 'Modifications enregistrées',
'state' => true
]);
}
// Valeurs en sortie
$this->addOutput([