aboutsummaryrefslogtreecommitdiffstats
path: root/langs.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs.php')
-rw-r--r--langs.php18
1 files changed, 8 insertions, 10 deletions
diff --git a/langs.php b/langs.php
index a2e0e386e..6c8869371 100644
--- a/langs.php
+++ b/langs.php
@@ -28,23 +28,22 @@ if ($_SERVER['HTTP_HOST'] == 'www-test.mageia.org') {
$G_coord_assos = <<<T
Association Mageia.Org
- 6 rue du chateau d'eau
- 78650 BEYNES
+ 3 rue du docteur Gilbert Sourdille
+ 44640 Le Pellerin
FRANCE
T;
$G_coord_assos_bank = <<<T
- CIC BEYNES
- 18 rue de la République
- 78650 BEYNES
+ Name of the bank
+ Number Street
+ Zip code TOWN
FRANCE
IBAN:
BIC:
T;
-//Removed temporarily, something fishy with the account to check
-//IBAN: FR76 3006 6103 1600 0202 1370 139
-//BIC: CMCIFRPP
+//We don't publish the IBAN and BIC.
+//Doing so caused problems in the past.
require_once 'langs.inc.php';
@@ -146,9 +145,8 @@ function common_footer($locale = 'en')
$common_footer .= ' </p>' . PHP_EOL;
$common_footer .= ' </div>' . PHP_EOL;
$common_footer .= '</div>' . PHP_EOL;
- $common_footer .= '<script src="/g/js/jquery-3.2.1.min.js"></script>' . PHP_EOL;
+ $common_footer .= '<script src="/g/js/jquery.min.js"></script>' . PHP_EOL;
$common_footer .= '<script src="/g/js/popper.min.js"></script>' . PHP_EOL;
$common_footer .= '<script src="/g/js/bootstrap.min.js"></script>' . PHP_EOL;
-
return $common_footer;
}