getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Scripts externes'; $text[1] = 'Script dans head'; $text[2] = 'Script dans body'; break; case 'en' : $text[0] = 'External scripts'; $text[1] = 'Script in head'; $text[2] = 'Script in body'; break; } ?>

helper::baseUrl() . 'config/script/head', 'value' => $text[1], 'ico' => 'pencil' ]); ?>
helper::baseUrl() . 'config/script/body', 'value' => $text[2], 'ico' => 'pencil' ]); ?>