getData(['config', 'i18n', 'langAdmin']) . '/lex_config.php'); ?>

$text['core_config_view']['network'][1], 'selected' => $this->getData(['config', 'proxyType']) ]); ?>
$text['core_config_view']['network'][2], 'placeholder' => 'cache.proxy.fr', 'value' => $this->getData(['config', 'proxyUrl']) ]); ?>
$text['core_config_view']['network'][3], 'placeholder' => '6060', 'value' => $this->getData(['config', 'proxyPort']) ]); ?>

$this->getData(['config', 'smtp','enable']), 'help' => $text['core_config_view']['network'][6] ]); ?>
$text['core_config_view']['network'][7], 'placeholder' => 'smtp.fr', 'value' => $this->getData(['config', 'smtp','host']) ]); ?>
$text['core_config_view']['network'][8], 'placeholder' => '589', 'value' => $this->getData(['config', 'smtp','port']) ]); ?>
$text['core_config_view']['network'][9], 'selected' => $this->getData(['config', 'smtp','auth']) ]); ?>
$text['core_config_view']['network'][10], 'value' => $this->getData(['config', 'smtp','username' ]) ]); ?>
$text['core_config_view']['network'][11], 'autocomplete' => 'off', 'value' => $this->getData(['config', 'smtp','username' ]) ? helper::decrypt ($this->getData(['config', 'smtp','username' ]),$this->getData(['config','smtp','password'])) : '' ]); ?>
$text['core_config_view']['network'][12], 'selected' => $this->getData(['config', 'smtp','secure']) ]); ?>