update footer info according to new hosting deal

This commit is contained in:
mose 2022-07-18 17:28:39 +08:00
parent 275c2b1211
commit a940e667ee
2 changed files with 5 additions and 2 deletions

View File

@ -559,7 +559,10 @@
</div> </div>
<div class="col-12 col-md-3 text-right"> <div class="col-12 col-md-3 text-right">
<div> <div>
<a href="https://gitlab.com/crapaud-fou/portail">Fait avec les doigts</a> <a href="https://git.distrilab.fr/crapaud-fou/portail.git">Fait avec les doigts</a>
</div>
<div>
Hébergé chez <a href="https://distrilab.fr">Le DistriLab<</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -49,7 +49,7 @@ function getevents($list) {
localtime(date_timestamp_set($d, $date)); localtime(date_timestamp_set($d, $date));
$event = array( $event = array(
'id' => $id, '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)).")"; $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) { foreach (getlist($query) as $key => $value) {