Theme body

This commit is contained in:
Fred Tempez 2023-04-14 15:55:53 +02:00
parent 5b7fcb7b3d
commit 575f0ec2b3
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@
<?php
$imageFile = file_exists(self::FILE_DIR . 'source/' . $this->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,