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

'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' => 'Couleur icône haut de page', 'value' => $this->getData(['theme', 'body', 'toTopColor']) ]); ?>
'colorPicker', 'help' => 'Le curseur horizontal règle le niveau de transparence.', 'label' => 'Icône haut de page, couleur arrière-plan', 'value' => $this->getData(['theme', 'body', 'toTopbackgroundColor']) ]); ?>

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, 'folder' => $imageFile ? dirname($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']) ]); ?>