getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Retour'; $text[1] = 'News'; $text[2] = 'Enregistrer'; $text[3] = 'Paramètres du module'; $text[4] = 'Lien du flux RSS'; $text[5] = 'Flux limité aux articles de la première page.'; $text[6] = 'Etiquette RSS'; $text[7] = 'Nombre de colonnes'; $text[8] = 'Articles par page'; $text[9] = 'Abrégé de l\'article'; $text[10] = 'Thème du module'; $text[11] = 'Bordure'; $text[12] = 'Epaisseur'; $text[13] = 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.'; $text[14] = 'Couleur de la bordure'; $text[15] = 'Couleur du fond'; $text[16] = 'Titre'; $text[17] = 'Publication'; $text[18] = 'Dépublication'; $text[19] = 'Etat'; $text[20] = 'Aucune news.'; $text[21] = 'Version n°'; $columns = $module::$columns; $height = $module::$height; $borderStyle = $module::$borderStyle; $borderWidth = $module::$borderWidth; break; case 'en' : $text[0] = 'Back'; $text[1] = 'News'; $text[2] = 'Submit'; $text[3] = 'Module parameters'; $text[4] = 'RSS feed link'; $text[5] = 'Feed limited to articles on the first page.'; $text[6] = 'RSS tag'; $text[7] = 'Number of columns'; $text[8] = 'Articles per page'; $text[9] = 'Article abstract'; $text[10] = 'Module theme'; $text[11] = 'Bordure'; $text[12] = 'Thickness'; $text[13] = 'Colour visible in the absence of an image. The horizontal slider sets the level of transparency'; $text[14] = 'Border colour'; $text[15] = 'Background colour'; $text[16] = 'Title'; $text[17] = 'Publication'; $text[18] = 'Depublication'; $text[19] = 'State'; $text[20] = 'No news'; $text[21] = 'Version no.'; $columns = $module::$columns_en; $height = $module::$height_en; $borderStyle = $module::$borderStyle_en; $borderWidth = $module::$borderWidth_en; break; } ?>
'buttonGrey', 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0),'posts', 'ico' => 'left', 'value' => $text[0] ]); ?>
helper::baseUrl() . $this->getUrl(0) . '/add', 'ico' => 'plus', 'value' => $text[1] ]); ?>
$text[2] ]); ?>

$this->getData(['module', $this->getUrl(0), 'config', 'feeds']), 'help' => $text[5] ]); ?>
$text[6], 'value' => $this->getData(['module', $this->getUrl(0), 'config', 'feedsLabel']) ]); ?>
$text[7], 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'itemsperCol']) ]); ?>
$text[8], 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'itemsperPage']) ]); ?>
$text[9], 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'height']) ]); ?>

$text[11], 'selected' => $this->getData(['module', $this->getUrl(0),'theme', 'borderStyle']) ]); ?>
$text[12], 'selected' => $this->getData(['module', $this->getUrl(0),'theme', 'borderWidth']) ]); ?>
'colorPicker', 'help' => $text[13], 'label' => $text[14], 'value' => $this->getData(['module', $this->getUrl(0),'theme', 'borderColor']) ]); ?>
'colorPicker', 'help' => $text[13], 'label' => $text[15], 'value' => $this->getData(['module', $this->getUrl(0),'theme', 'backgroundColor']) ]); ?>