aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-08 20:17:47 +0200
committerMinteck <contact@minteck.org>2022-06-08 20:17:47 +0200
commit1fb54d550d26d7e369639b99e26d5a8ffe3788ee (patch)
tree45e97481a130448caffb89923c729cd125621949 /index.php
parent1d3156f8db486f2ed10c8164ac48944f555d8a2b (diff)
downloadcore-1fb54d550d26d7e369639b99e26d5a8ffe3788ee.tar.gz
core-1fb54d550d26d7e369639b99e26d5a8ffe3788ee.tar.bz2
core-1fb54d550d26d7e369639b99e26d5a8ffe3788ee.zip
More changes
Diffstat (limited to 'index.php')
-rw-r--r--index.php15
1 files changed, 1 insertions, 14 deletions
diff --git a/index.php b/index.php
index a153354..98a6b53 100644
--- a/index.php
+++ b/index.php
@@ -98,7 +98,7 @@ global $_FRENCH;
</a> -->
</div>
<div style="color: white;text-align: center;margin-top: 10px;opacity: .5;font-size: 14px;">
- <a style="color:white;display:inline-block;" href="https://app.familine.minteck.org/known"><?= l("Problèmes connus", "Known Issues") ?></a> · <a target="_blank" style="color:white;display:inline-block;" href="https://gitlab.minteck.org/familine"><?= l("Code source", "Source Code") ?></a> · version <?= str_replace("%ea%", l("accès anticipé", "early access"), file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/version.txt")) ?>
+ <a target="_blank" style="color:white;display:inline-block;" href="https://gitlab.minteck.org/familine"><?= l("Code source", "Source Code") ?></a> · version <?= str_replace("%ea%", l("accès anticipé", "early access"), file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/version.txt")) ?>
</div>
<br>
<br>
@@ -195,19 +195,6 @@ global $_FRENCH;
<script src="/js/iframe.js"></script>
<script src="/js/navigation.js"></script>
<script src="/js/statusbar.js"></script>
- <script>
- function openNews(news) {
- document.getElementById("news_internal-" + news + "-open").style.display = "none";
- document.getElementById("news_internal-" + news + "-close").style.display = "";
- document.getElementById("news_internal-" + news).open = true;
- }
-
- function closeNews(news) {
- document.getElementById("news_internal-" + news + "-close").style.display = "none";
- document.getElementById("news_internal-" + news + "-open").style.display = "";
- document.getElementById("news_internal-" + news).open = false;
- }
- </script>
<style>
summary { display: none; }
</style>