Libellés des thèmes

This commit is contained in:
fredtempez 2019-01-17 19:05:36 +01:00
parent f046a4577d
commit ed7185ffaf
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<?php echo template::button('themeManage', [ <?php echo template::button('themeManage', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage', 'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
'ico' => 'download', 'ico' => 'download',
'value' => 'Gestion des thèmes' 'value' => 'Thèmes'
]); ?> ]); ?>
</div> </div>
<div class="col2"> <div class="col2">
@ -49,7 +49,7 @@
<?php echo template::button('themeManage', [ <?php echo template::button('themeManage', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage', 'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
'ico' => 'download', 'ico' => 'download',
'value' => 'Gestion des thèmes' 'value' => 'Thèmes'
]); ?> ]); ?>
</div> </div>
<div class="col2"> <div class="col2">