-
- getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : "";
- echo template::file('themeBodyImage', [
- 'help' => 'Sélectionner une image',
- 'label' => 'Fond',
- 'type' => 1,
- 'value' => $imageFile
- ]); ?>
-
-
-
-
- 'Répétition',
- 'selected' => $this->getData(['theme', 'body', 'imageRepeat'])
- ]); ?>
-
-
- 'Position',
- 'selected' => $this->getData(['theme', 'body', 'imagePosition'])
- ]); ?>
-
-
-
-
- 'Défilement',
- 'selected' => $this->getData(['theme', 'body', 'imageAttachment'])
- ]); ?>
-
-
- 'Taille',
- 'selected' => $this->getData(['theme', 'body', 'imageSize'])
- ]); ?>
-
-
-