From a940e667ee281919d74c60ca9b86755c6f7809ed Mon Sep 17 00:00:00 2001 From: mose Date: Mon, 18 Jul 2022 17:28:39 +0800 Subject: [PATCH] update footer info according to new hosting deal --- site/index.html | 5 ++++- tools/wiki/rencontres.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/site/index.html b/site/index.html index 79966c9..b3014c0 100644 --- a/site/index.html +++ b/site/index.html @@ -559,7 +559,10 @@
- Fait avec les doigts + Fait avec les doigts +
+
+ Hébergé chez Le DistriLab<
diff --git a/tools/wiki/rencontres.php b/tools/wiki/rencontres.php index 74d6011..dd2b44f 100644 --- a/tools/wiki/rencontres.php +++ b/tools/wiki/rencontres.php @@ -49,7 +49,7 @@ function getevents($list) { localtime(date_timestamp_set($d, $date)); $event = array( 'id' => $id, - 'date' => strftime("%A %e %B", $date) + 'date' => strftime("%A %e %B %Y", $date) ); $query = "select fieldId, value from tiki_tracker_item_fields where itemId=$id and fieldId in (".join(",", array_keys($fields)).")"; foreach (getlist($query) as $key => $value) {