'buttonGrey', 'href' => helper::baseUrl() . 'theme', 'ico' => 'left', 'value' => 'Retour' ]); ?>

Couleurs

'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Arrière-plan', 'value' => $this->getData(['theme', 'body', 'backgroundColor']) ]); ?>
'colorPicker', 'help' => 'Le curseur horizontal règle le niveau de transparence.', 'label' => 'Fond icône haut de page', 'value' => $this->getData(['theme', 'body', 'toTopbackgroundColor']) ]); ?>
'colorPicker', 'help' => 'Le curseur horizontal règle le niveau de transparence.', 'label' => 'Icône haut de page', 'value' => $this->getData(['theme', 'body', 'toTopColor']) ]); ?>

Image

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']) ]); ?>