diff options
| -rw-r--r-- | templates/layouts/default.html.ep | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2399779..4a2c414 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -26,6 +26,12 @@  </div>  % } +% if (time() < 1420178400) { +<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> +% } +  %= content  % if (stash 'show_intro') { | 
