diff options
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 0e22b4a..8b1dd5c 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -33,10 +33,12 @@ % elsif ( $departure->{train_type} eq 'IC' % or $departure->{train_type} eq 'ICE' % or $departure->{train_type} eq 'EC' +% or $departure->{train_type} eq 'ECE' % or $departure->{train_type} eq 'EN') { % $linetype = 'fern'; % } % elsif ( $departure->{train_type} eq 'THA' +% or $departure->{train_type} eq 'TGV' % or $departure->{train_type} eq 'FLX' % or $departure->{train_type} eq 'NJ') { % $linetype = 'ext'; |