Changeset 908 for trunk/Common/Form
- Timestamp:
- May 1, 2021, 10:01:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/GPS.php
r887 r908 13 13 $Longitude = $this->Explode($DbRow['Longitude']); 14 14 $Latitude = $this->Explode($DbRow['Latitude']); 15 $Output = '<a href="http ://www.mapy.cz/?st=search&fr=loc:'.$DbRow['Latitude'].' '.$DbRow['Longitude'].'">'.$Latitude[0].'°'.$Latitude[1]."'".$Latitude[2].'" '.$Longitude[0].'°'.$Longitude[1]."'".$Longitude[2].'"</a>';15 $Output = '<a href="https://www.mapy.cz/?st=search&fr=loc:'.$DbRow['Latitude'].' '.$DbRow['Longitude'].'">'.$Latitude[0].'°'.$Latitude[1]."'".$Latitude[2].'" '.$Longitude[0].'°'.$Longitude[1]."'".$Longitude[2].'"</a>'; 16 16 } 17 17 return $Output;
Note:
See TracChangeset
for help on using the changeset viewer.