From 72ba205de2310cdbed990e69650ad040f610498e Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Tue, 21 Nov 2023 12:00:38 +0100 Subject: [PATCH] back to home icon --- core/module/language/view/index/index.php | 2 +- core/module/plugin/view/index/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/language/view/index/index.php b/core/module/language/view/index/index.php index e817931..21367aa 100644 --- a/core/module/language/view/index/index.php +++ b/core/module/language/view/index/index.php @@ -4,7 +4,7 @@ 'buttonGrey', 'href' => helper::baseUrl(), - 'value' => template::ico('left') + 'value' => template::ico('home') ]); ?>
diff --git a/core/module/plugin/view/index/index.php b/core/module/plugin/view/index/index.php index 13619d1..6ce377a 100644 --- a/core/module/plugin/view/index/index.php +++ b/core/module/plugin/view/index/index.php @@ -3,7 +3,7 @@ 'buttonGrey', 'href' => helper::baseUrl(), - 'value' => template::ico('left') + 'value' => template::ico('home') ]); ?>