Merge branch '10304' into 10400

This commit is contained in:
Fred Tempez 2020-11-03 17:33:28 +01:00
commit 20c2858c36
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<div class="row">
<div class="col3 offset3">
<?php echo template::button('themeManage', [
'ico' => 'upload',
'ico' => 'cogs',
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
'value' => 'Gestion'
]); ?>
@ -68,7 +68,7 @@
<div class="col3 offset3">
<?php echo template::button('themeManage', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
'ico' => 'upload',
'ico' => 'cogs',
'value' => 'Gestion'
]); ?>
</div>