From 195f6384697266a13c69d3f0623ceab9b7a853ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 17 Jan 2022 19:29:36 +0100 Subject: [PATCH] Gallery 3.4 --- module/gallery/changes.md | 2 ++ module/gallery/gallery.php | 2 +- module/gallery/view/config/config.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 module/gallery/changes.md diff --git a/module/gallery/changes.md b/module/gallery/changes.md new file mode 100644 index 00000000..5eaca775 --- /dev/null +++ b/module/gallery/changes.md @@ -0,0 +1,2 @@ +# version 3.4 + - Changement de nom du bouton Thème devient mise en page \ No newline at end of file diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 37a8a0df..67483a83 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -17,7 +17,7 @@ class gallery extends common { - const VERSION = '3.3'; + const VERSION = '3.4'; const REALNAME = 'Galerie'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 91400a98..1901704b 100644 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -11,7 +11,7 @@
helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'], - 'value' => template::ico('brush','right') . 'Thème' + 'value' => template::ico('brush','right') . 'Mise en page' ]); ?>