getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : "";
echo template::file('themeBodyImage', [
'language' => $this->getData(['user', $this->getUser('id'), 'language']),
'label' => 'Arrière plan',
'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'])
]); ?>