feat: ajout du nom de la personne qui propose

This commit is contained in:
Florian Schmitt 2024-03-01 13:33:37 +03:00
parent 64588fe78a
commit 425050bcc7

View file

@ -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 '<h2 class="entry-title"><a class="modalbox" title="'.htmlspecialchars('Trajet du '.$date).'" href="'.$GLOBALS['wiki']->href('', $fiche['id_fiche']).'">Trajet du '.$dateFormatted.'</a></h2>'."\n";
echo '<h2 class="entry-title"><a class="modalbox" title="'.htmlspecialchars('Trajet du '.$date).'" href="'.$GLOBALS['wiki']->href('', $fiche['id_fiche']).'">Trajet du '.$dateFormatted.'</a> par '.$fiche['owner'].'</h2>'."\n";
echo '<h4>Producteur concerné</h4>'."\n";
echo '<p class="producteur"><strong>'.$producteur['bf_titre'].'</strong></p>';