summaryrefslogtreecommitdiff
path: root/httemplate/elements/google_maps_api_key.html
blob: 0a4b7646c5ce70fd6b66c02d3abcd420e28d235c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% if ($opt{'autherror'}) {
<P STYLE="color: red;">
There was an authentication error when loading google maps.
Please check validity of existing key.
</P>
% }

<P>In order to display google maps, your site administrator will need to set the
<B>google_maps_api_key</B> setting under Configuration -> Settings.  Please see the Google Maps
<a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_top">Get
a Key/Authentication</a> documentation for information on acquiring a key.</P>

<%init>
my %opt = @_;
</%init>