retour addform

This commit is contained in:
Fred Tempez 2022-02-09 16:07:45 +01:00
parent 71fcae697d
commit 2e572a793b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="col2">
<?php echo template::button('fontAddBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/font',
'href' => helper::baseUrl() . 'theme/fonts',
'ico' => 'left',
'value' => 'Retour'
]); ?>