From 425050bcc722d60391765b1da6a35d5f0a5e38a9 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Fri, 1 Mar 2024 13:33:37 +0300 Subject: [PATCH] feat: ajout du nom de la personne qui propose --- templates/bazar/trajets.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bazar/trajets.tpl.html b/templates/bazar/trajets.tpl.html index 42274a8..6bb6345 100644 --- a/templates/bazar/trajets.tpl.html +++ b/templates/bazar/trajets.tpl.html @@ -19,7 +19,7 @@ if (count($fiches) > 0) { )); $foundFiche = true; //$date = str_replace(' à 0:00', '', strftime("%A %d %B %Y à %k:%M", strtotime($fiche['date_du_trajet']))); - echo '

Trajet du '.$dateFormatted.'

'."\n"; +echo '

Trajet du '.$dateFormatted.' par '.$fiche['owner'].'

'."\n"; echo '

Producteur concerné

'."\n"; echo '

'.$producteur['bf_titre'].'

';