Ticket #93: gmaps.v2.patch
| File gmaps.v2.patch, 0.6 kB (added by crschmidt@…, 3 years ago) |
|---|
-
header.tt
29 29 <meta name="robots" content="noindex,nofollow" /> 30 30 [% END %] 31 31 [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] 32 <script src="http://maps.google.com/maps?file=api&v= 1&key=[% gmaps_api_key %]" type="text/javascript"></script>32 <script src="http://maps.google.com/maps?file=api&v=2&key=[% gmaps_api_key %]" type="text/javascript"></script> 33 33 [% END %] 34 34 </head> 35 35 <body>
