Changeset 771
- Timestamp:
- 04/20/06 11:26:48 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
templates/header.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r770 r771 9 9 Generate URIs for locales and contributors in RDF output. 10 10 #107 Don't display partial http:// URL in preview. 11 #93 Upgrade to new Google Maps API (for smaller javascript download) 11 12 12 13 0.52 5 March 2006 -
trunk/templates/header.tt
r756 r771 27 27 [% END %] 28 28 [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] 29 <script src="http://maps.google.com/maps?file=api&v= 1&key=[% gmaps_api_key %]" type="text/javascript"></script>29 <script src="http://maps.google.com/maps?file=api&v=2&key=[% gmaps_api_key %]" type="text/javascript"></script> 30 30 [% END %] 31 31 </head>
