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', [
|
<?php echo template::button('themeManage', [
|
||||||
'ico' => 'upload',
|
'ico' => 'upload',
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
||||||
'value' => 'Importer'
|
'value' => 'Gérer'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2">
|
<div class="col2">
|
||||||
@ -63,7 +63,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' => 'upload',
|
'ico' => 'upload',
|
||||||
'value' => 'Importer'
|
'value' => 'Gérer'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2">
|
<div class="col2">
|
||||||
|
Loading…
Reference in New Issue
Block a user