forked from ZwiiCMS-Team/ZwiiCMS
Libellés des thèmes
This commit is contained in:
parent
f046a4577d
commit
ed7185ffaf
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user