Cleaned up some old comments, Fixed some text, Fixed a bug in the main js file
Update footer.php, strings.json, and 3 more files...
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<i class="fa fa-bars" aria-hidden="true"></i><span class="sr-only">Sidebar</span>
|
||||
</button>
|
||||
</div>
|
||||
<!--<div id="copyright-text" class="text-muted ml-15">© Copyright 2020-2021, BOZET Herwin</div>-->
|
||||
</div>
|
||||
<span class="ml-auto">
|
||||
<div id="privacy-footer-link" class="text-muted ml-15">
|
||||
@@ -15,17 +14,6 @@
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
<!--<span class="navbar-brand ml-auto">
|
||||
<a href="<?php echo(l10n_url_switch('en')); ?>">
|
||||
<img src="/resources/Icons8/color/flags/countries/uk.svg" alt="English">
|
||||
</a>
|
||||
<a href="<?php echo(l10n_url_switch('fr')); ?>">
|
||||
<img src="/resources/Icons8/color/flags/countries/france.svg" alt="French">
|
||||
</a>
|
||||
<a href="<?php echo(l10n_url_switch('lb')); ?>">
|
||||
<img src="/resources/Icons8/color/flags/countries/luxembourg.svg" alt="Luxembourgish">
|
||||
</a>
|
||||
</span>-->
|
||||
<a href="<?php print(l10n_url_abs('/')); ?>" class="navbar-brand ml-auto">
|
||||
<span class="navbar-brand ml-auto">
|
||||
<img id="logo-footer" src="/resources/Azias/logos/logov3-test-finalized.svg" alt="logo" draggable="false">
|
||||
|
@@ -25,6 +25,7 @@
|
||||
"links.visit.button": "Visit",
|
||||
"about.title": "About",
|
||||
"contact.title": "Contact",
|
||||
"contact.description": "$contact.description",
|
||||
"lang.menu.title": "Language",
|
||||
"lang.current": "English",
|
||||
"lang.automatic": "Automatic",
|
||||
@@ -32,6 +33,7 @@
|
||||
"lang.french": "French",
|
||||
"lang.luxembourgish": "Luxembourgish",
|
||||
"privacy.title": "Privacy policy",
|
||||
"privacy.description": "Our privacy policy in a clear and easy to understand format.",
|
||||
"privacy.introduction.title": "Introduction",
|
||||
"privacy.introduction.text.1": "This privacy policy is written in accordance with the 12th and 13th articles of the GDPR.",
|
||||
"privacy.introduction.text.2": "If you wish to consult it, you can do so on the following websites:",
|
||||
@@ -92,6 +94,7 @@
|
||||
"links.visit.button": "Visiter",
|
||||
"about.title": "À-propos",
|
||||
"contact.title": "Contact",
|
||||
"contact.description": "$contact.description",
|
||||
"lang.menu.title": "Langue",
|
||||
"lang.current": "Français",
|
||||
"lang.automatic": "Automatique",
|
||||
@@ -99,6 +102,7 @@
|
||||
"lang.french": "Français",
|
||||
"lang.luxembourgish": "Luxembourgeois",
|
||||
"privacy.title": "Politique de confidentialité",
|
||||
"privacy.description": "Notre politique de confidentialité dans un format clair et compréhensible.",
|
||||
"privacy.introduction.title": "Introduction",
|
||||
"privacy.introduction.text.1": "La politique de confidentialité ci-présente a été écrite en accord avec les articles 12 et 13 de la RGPD.",
|
||||
"privacy.introduction.text.2": "Si vous souhaitez consulter le texte officiel en question, vous pouvez le faire sur les sites internet suivants :",
|
||||
|
Reference in New Issue
Block a user