From 8089a9c6ea6d0b5fbc48e2986bda40c40f6cd939 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 27 Dec 2018 12:46:16 +0100 Subject: [PATCH] v9.0.0 bouton de retour au theme --- core/module/theme/view/manage/manage.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/module/theme/view/manage/manage.php b/core/module/theme/view/manage/manage.php index e6718df5..e0c843fe 100644 --- a/core/module/theme/view/manage/manage.php +++ b/core/module/theme/view/manage/manage.php @@ -1,11 +1,11 @@
- 'buttonGrey', - 'href' => helper::baseUrl(false), - 'ico' => 'home', - 'value' => 'Accueil' - ]); ?> + 'buttonGrey', + 'href' => helper::baseUrl() . 'theme', + 'ico' => 'left', + 'value' => 'Retour' + ]); ?>