diff options
-rw-r--r-- | templates/web/zurich/footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index f70470226..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 --> @@ -30,7 +31,7 @@ <div id="zurich-footer-wrapper" class="desk-only"> <div id="zurich-footer"> - © 2013 Stadt Zürich + © [% date.format(date.now, '%Y') %] Stadt Zü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> |