update footer info according to new hosting deal
This commit is contained in:
parent
275c2b1211
commit
a940e667ee
2 changed files with 5 additions and 2 deletions
|
@ -559,7 +559,10 @@
|
|||
</div>
|
||||
<div class="col-12 col-md-3 text-right">
|
||||
<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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue