diff --git a/core/module/language/view/index/index.php b/core/module/language/view/index/index.php index ca4c2cb1..9d27d8fa 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 13619d17..6ce377ae 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') ]); ?>