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'].'

';