Changeset 566
- Timestamp:
- Sep 8, 2013, 2:01:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Map/Map.php
r561 r566 13 13 function Show() 14 14 { 15 global $Config;16 17 15 if(count($this->System->PathItems) > 1) 18 16 { … … 32 30 else return(PAGE_NOT_FOUND); 33 31 } else return($this->ShowMain()); 34 35 $Output = '<script src="http://maps.google.com/maps?file=api&v=2&sensor=true&key='.$Config['Web']['GoogleMapsApiKey'].'" 32 } 33 34 function ShowMain() 35 { 36 $Output = '<script src="http://maps.google.com/maps?file=api&v=2&sensor=true&key='.$this->System->Config['Web']['GoogleMapsApiKey'].'" 36 37 type="text/javascript"> 37 38 </script>';
Note:
See TracChangeset
for help on using the changeset viewer.