Gallery 3.4

branche_v11
Fred Tempez 1 year ago committed by fredtempez
parent 29fe8f84d8
commit 195f638469

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

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

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

Loading…
Cancel
Save