diff options
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 0b2e1fc..6d96f9b 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -225,12 +225,12 @@ Bitte eine Station aus der Liste auswählen</div> <div class="container"> <div class="about"> -<a href="_about">db-infoscreen</a> -v<%= stash('version') // '???' %> -<br/> -<a href="_datenschutz" rel="nofollow">Datenschutzerklärung</a> +<a href="_about">Über DBF</a> +· +<a href="_datenschutz" rel="nofollow">Datenschutz</a> · <a href="_impressum" rel="nofollow">Impressum</a><br/> +Version <%= stash('version') // '???' %> </div> <!-- about --> </div> <!-- container --> % } |