forked from ZwiiCMS-Team/ZwiiCMS
Icones dans save export
This commit is contained in:
parent
39a7b9c63d
commit
1c271c6e33
@ -31,12 +31,14 @@
|
|||||||
<div class="col5 offset1">
|
<div class="col5 offset1">
|
||||||
<?php echo template::button('themeSave', [
|
<?php echo template::button('themeSave', [
|
||||||
'href' => helper::baseUrl() . 'theme/save',
|
'href' => helper::baseUrl() . 'theme/save',
|
||||||
|
'ico' => 'download',
|
||||||
'value' => 'Sauvegarder'
|
'value' => 'Sauvegarder'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col5">
|
<div class="col5">
|
||||||
<?php echo template::button('themeExport', [
|
<?php echo template::button('themeExport', [
|
||||||
'href' => helper::baseUrl() . 'theme/export',
|
'href' => helper::baseUrl() . 'theme/export',
|
||||||
|
'ico' => 'download',
|
||||||
'value' => 'Télécharger'
|
'value' => 'Télécharger'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user