Gallery 3.4

This commit is contained in:
Fred Tempez 2022-01-17 19:29:36 +01:00 committed by fredtempez
parent 29fe8f84d8
commit 195f638469
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
# version 3.4
- Changement de nom du bouton Thème devient mise en page

View File

@ -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';

View File

@ -11,7 +11,7 @@
<div class="col2 offset8">
<?php echo template::button('galleryConfigBack', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
'value' => template::ico('brush','right') . 'Thème'
'value' => template::ico('brush','right') . 'Mise en page'
]); ?>
</div>
</div>