feat : show related trajet
This commit is contained in:
parent
31927acf8c
commit
07d24e4e2c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ En cas de souci avec l’outil numérique, vous pouvez contacter Cyrille Bombard
|
||||||
|
|
||||||
protected function renderStatic($entry)
|
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)
|
// change return of this method to keep compatible with php 7.3 (mixed is not managed)
|
||||||
|
|
Loading…
Reference in a new issue