Changeset 7724 for trunk/src/map/index.php
- Timestamp:
- Apr 12, 2010, 7:47:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7723 r7724 29 29 30 30 <!-- Loading in the google-api --> 31 <script src="http://maps.google.com/maps?file=api&v=2&key=<? =$apikey;?>" type="text/javascript"></script>31 <script src="http://maps.google.com/maps?file=api&v=2&key=<?php print $apikey;?>" type="text/javascript"></script> 32 32 <!-- Loading in the javascript that will add the map into #mapcanvas --> 33 33 <script type="text/javascript" src="inc/nodemapWL.js"></script>
Note:
See TracChangeset
for help on using the changeset viewer.