diff options
| -rw-r--r-- | templates/layouts/default.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 4a2c414..0264a43 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -26,7 +26,7 @@  </div>  % } -% if (time() < 1420178400) { +% if (time() < 1420178400 and param('backend') and (param('backend') eq 'iris' ) ) {  <div class="error">Note: Due to an unknown problem on the Deutsche Bahn IRIS  server, no schedule data is available. This service will resume operation  on 2015-01-02 at 07:00 CET.</div> | 
