Gallery 3.4
This commit is contained in:
parent
78c3d4e174
commit
1700769354
2
module/gallery/changes.md
Normal file
2
module/gallery/changes.md
Normal file
@ -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…
Reference in New Issue
Block a user