From f667587274a1c81cef6c6b1ad35af4de3f2b278e Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 3 Nov 2020 17:27:32 +0100 Subject: [PATCH] Icones dans la gestion du theme --- core/module/theme/view/index/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/theme/view/index/index.php b/core/module/theme/view/index/index.php index 8e7db01d..60be6151 100644 --- a/core/module/theme/view/index/index.php +++ b/core/module/theme/view/index/index.php @@ -24,7 +24,7 @@
'upload', + 'ico' => 'cogs', 'href' => helper::baseUrl() . $this->getUrl(0) . '/manage', 'value' => 'Gestion' ]); ?> @@ -68,7 +68,7 @@
helper::baseUrl() . $this->getUrl(0) . '/manage', - 'ico' => 'upload', + 'ico' => 'cogs', 'value' => 'Gestion' ]); ?>