Changeset 439521
- Timestamp:
- 09/17/2011 09:48:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bp-members-avatar-map/trunk/mam.php
r439520 r439521 149 149 function initialize() { 150 150 geocoder = new google.maps.Geocoder(); 151 var latlng = new google.maps.LatLng(<?php echo $ma m_default_location; ?>);151 var latlng = new google.maps.LatLng(<?php echo $map_default_location; ?>); 152 152 var myOptions = { 153 153 zoom: <?php echo $map_zoom; ?>,
Note: See TracChangeset
for help on using the changeset viewer.