diff --git a/core/module/install/view/index/index.php b/core/module/install/view/index/index.php index 930aca8a..530faa1a 100644 --- a/core/module/install/view/index/index.php +++ b/core/module/install/view/index/index.php @@ -5,7 +5,8 @@
'Langues installées' + 'label' => 'Langues installées', + 'selected' => array_key_exists ('fr_FR', $module::$i18nFiles) ? 'fr_FR': reset($module::$i18nFiles), ]); ?>
diff --git a/core/module/install/view/index/update.css b/core/module/install/view/index/update.css deleted file mode 100644 index 52709ea6..00000000 --- a/core/module/install/view/index/update.css +++ /dev/null @@ -1,18 +0,0 @@ -/** - * This file is part of Zwii. - * - * For full copyright and license information, please see the LICENSE - * file that was distributed with this source code. - * - * @author Rémi Jean - * @copyright Copyright (C) 2008-2018, Rémi Jean - * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2022, Frédéric Tempez - * @license GNU General Public License, version 3 - * @link http://zwiicms.fr/ - */ - - -/** NE PAS EFFACER -* admin.css -*/ \ No newline at end of file