feat : show related trajet

This commit is contained in:
Florian Schmitt 2023-12-21 12:05:43 +03:00
parent 31927acf8c
commit 07d24e4e2c

View file

@ -90,7 +90,7 @@ En cas de souci avec loutil numérique, vous pouvez contacter Cyrille Bombard
protected function renderStatic($entry)
{
return '';
return 'Trajet concerné : '.$GLOBALS['wiki']->Format($entry['trajet']);
}
// change return of this method to keep compatible with php 7.3 (mixed is not managed)