Theme body
This commit is contained in:
parent
5b7fcb7b3d
commit
575f0ec2b3
@ -64,7 +64,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$imageFile = file_exists(self::FILE_DIR . 'source/' . $this->getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : "";
|
$imageFile = file_exists(self::FILE_DIR . 'source/' . $this->getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : "";
|
||||||
echo template::file('themeBodyImage', [
|
echo template::file('themeBodyImage', [
|
||||||
'help' => 'Sélectionner une image',
|
|
||||||
'language' => $this->getData(['user', $this->getUser('id'), 'language']),
|
'language' => $this->getData(['user', $this->getUser('id'), 'language']),
|
||||||
'label' => 'Arrière plan',
|
'label' => 'Arrière plan',
|
||||||
'type' => 1,
|
'type' => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user