From 575f0ec2b34367ee75911d871b907619b624b712 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 14 Apr 2023 15:55:53 +0200 Subject: [PATCH] Theme body --- core/module/theme/view/body/body.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/module/theme/view/body/body.php b/core/module/theme/view/body/body.php index 675480d1..742ff113 100644 --- a/core/module/theme/view/body/body.php +++ b/core/module/theme/view/body/body.php @@ -64,7 +64,6 @@ getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : ""; echo template::file('themeBodyImage', [ - 'help' => 'Sélectionner une image', 'language' => $this->getData(['user', $this->getUser('id'), 'language']), 'label' => 'Arrière plan', 'type' => 1,