diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 13:14:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 13:14:17 +0000 |
commit | af36607c4f6b5cceb50f2c716b85c8b58df5576c (patch) | |
tree | 422771895af808dc357a65845f1d340003df5f4d /templates | |
parent | 9b2edd5f41d85855f06446d0dc3a9444c2c579b9 (diff) |
Add static map to front page (36).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index 431b0f12a..80c79c5e5 100644 --- a/templates/web/zurich/footer.html +++ b/templates/web/zurich/footer.html @@ -28,12 +28,14 @@ <!-- [% INCLUDE 'debug_footer.html' %] --> </div> <!-- .wrapper --> - <div id="zurich-footer" class="desk-only"> + <div id="zurich-footer-wrapper" class="desk-only"> + <div id="zurich-footer"> © 2012 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> <span class="hidden">|</span> <a href="http://www.stadt-zuerich.ch/content/portal/de/index/footer/barrierefreiheit.html">Barrierefreiheit</a> </div> + </div> </body> </html> |