Ticket #93: gmaps.v2.patch

File gmaps.v2.patch, 0.6 kB (added by crschmidt@…, 3 years ago)

patch to change to v2

  • header.tt

     
    2929    <meta name="robots" content="noindex,nofollow" /> 
    3030  [% END %] 
    3131  [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] 
    32     <script src="http://maps.google.com/maps?file=api&amp;v=1&amp;key=[% gmaps_api_key %]" type="text/javascript"></script> 
     32    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=[% gmaps_api_key %]" type="text/javascript"></script> 
    3333  [% END %] 
    3434</head> 
    3535<body>