diff options
Diffstat (limited to 'templates/web/zurich/maps/zurich.html')
-rw-r--r-- | templates/web/zurich/maps/zurich.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/zurich/maps/zurich.html b/templates/web/zurich/maps/zurich.html index 492ccc556..46b003530 100644 --- a/templates/web/zurich/maps/zurich.html +++ b/templates/web/zurich/maps/zurich.html @@ -9,6 +9,15 @@ <![endif]--> [% END %] +[% map_sub_links = BLOCK %] + <a class="hidden-nojs" id="map_layer_toggle" href="">Stadtplan</a> +[% END %] + [% map_html = BLOCK %] [% INCLUDE maps/openlayers.html %] +[% UNLESS around_page %] +<p id="sub_map_links"> + [% map_sub_links %] +</p> +[% END %] [% END %] |