Changeset 7308 for extensions/GMaps/gmaps_pip.class.inc.php
- Timestamp:
- Oct 20, 2010, 10:49:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GMaps/gmaps_pip.class.inc.php
r7177 r7308 178 178 title:'".addslashes( ($map['title']=='')?l10n('gmaps_geolocation'):$map['title'] )."', 179 179 markers:[], 180 fitToBounds:true 180 fitToBounds:true, 181 zoomLevelMaxActivated:".($map['zoomLevelMaxActivated']=='y'?'true':'false')." 181 182 }"; 182 183 … … 224 225 maps: 225 226 [".implode(',', $scripts)."], 227 popupAutomaticSize:".$this->config['popupAutomaticSize'].", 228 callId:0 226 229 } 227 230 </script>", false); … … 304 307 maps: 305 308 [".implode(',', $this->picture['properties'])."], 309 popupAutomaticSize:".$this->config['popupAutomaticSize']." 306 310 } 307 311 </script>", false);
Note: See TracChangeset
for help on using the changeset viewer.