aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/footer.html')
-rw-r--r--templates/web/zurich/footer.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html
index 2304c048e..11bfa9fcb 100644
--- a/templates/web/zurich/footer.html
+++ b/templates/web/zurich/footer.html
@@ -1,3 +1,4 @@
+[% USE date %]
</div><!-- .content role=main -->
</div><!-- .container -->
</div><!-- .table-cell -->
@@ -12,7 +13,7 @@
</p><p><a href="/admin">[% loc('Summary') %]</a> | <a href="/auth/sign_out">[% loc('sign out') %]</a>
</p>
[% END %]
- <ul id="main-menu" class="mob-only">
+ <ul class="nav-menu nav-menu--main mob-only">
<li><[% IF c.req.uri.path == '/' %]a onclick="$('html, body').animate({scrollTop:0}, 500); return false;" href="#site-header"[% ELSE %]a href="/"[% END %]
>[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'a' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END
@@ -30,7 +31,7 @@
<div id="zurich-footer-wrapper" class="desk-only">
<div id="zurich-footer">
- &copy; 2013 Stadt Z&uuml;rich
+ &copy; [% date.format(date.now, '%Y') %] Stadt Z&uuml;rich
<span class="hidden">|</span> <a href="http://www.stadt-zuerich.ch/content/portal/de/index/footer/rechtliche_hinweise.html">Rechtliche Hinweise</a>
<span class="hidden">|</span> <a href="http://www.stadt-zuerich.ch/content/portal/de/index/footer/impressum.html">Impressum</a>
</div>