diff options
author | Minteck <contact@minteck.org> | 2022-06-08 19:32:10 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-08 19:32:10 +0200 |
commit | 1efab479fd6a90504472f3dd193028d756d03caa (patch) | |
tree | eb90f7c920a60d017acd1716446dc46f4d0dcc52 /news_internal/index.php | |
parent | 33aa95dadac2747fdda7b00f1651cbf2ecd09ab7 (diff) | |
download | core-1efab479fd6a90504472f3dd193028d756d03caa.tar.gz core-1efab479fd6a90504472f3dd193028d756d03caa.tar.bz2 core-1efab479fd6a90504472f3dd193028d756d03caa.zip |
Improve i18n
Diffstat (limited to 'news_internal/index.php')
-rw-r--r-- | news_internal/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news_internal/index.php b/news_internal/index.php index d5b2aa9..63b691a 100644 --- a/news_internal/index.php +++ b/news_internal/index.php @@ -75,8 +75,8 @@ if (isset($_GET['a'])) { </head> <body> <div class="container" style="margin-top:30px;"> - <h1><?= $data["title"] ?></h1> - <h3><?= $data["date"] ?></h3> + <h1><?= $data["title"][l("fr", "en")] ?></h1> + <h3><?= $data["date"][l("fr", "en")] ?></h3> <?= $full ?> </div> <script> |