forked from ZwiiCMS-Team/ZwiiCMS
093 libellé
This commit is contained in:
parent
514e0e83b6
commit
b0c05a5200
@ -24,7 +24,7 @@
|
||||
<?php echo template::button('themeManage', [
|
||||
'ico' => 'upload',
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
||||
'value' => 'Importer'
|
||||
'value' => 'Gérer'
|
||||
]); ?>
|
||||
</div>
|
||||
<div class="col2">
|
||||
@ -63,7 +63,7 @@
|
||||
<?php echo template::button('themeManage', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
||||
'ico' => 'upload',
|
||||
'value' => 'Importer'
|
||||
'value' => 'Gérer'
|
||||
]); ?>
|
||||
</div>
|
||||
<div class="col2">
|
||||
|
Loading…
Reference in New Issue
Block a user