Index: trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php |
— | — | @@ -175,7 +175,7 @@ |
176 | 176 | |
177 | 177 | return array( |
178 | 178 | Html::linkedScript( "http://maps.google.com/maps/api/js?sensor=false&language=$languageCode" ), |
179 | | - Html::linkedScript( "$egMapsScriptPath/Services/GoogleMaps3/GoogleMap3Functions{$egMapsJsExt}?$egMapsStyleVersion" ), |
| 179 | + Html::linkedScript( "$egMapsScriptPath/includes/services/GoogleMaps3/GoogleMap3Functions{$egMapsJsExt}?$egMapsStyleVersion" ), |
180 | 180 | ); |
181 | 181 | } |
182 | 182 | |
Index: trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | |
156 | 156 | return array( |
157 | 157 | Html::linkedScript( "http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=$egYahooMapsKey" ), |
158 | | - Html::linkedScript( "$egMapsScriptPath/Services/YahooMaps/YahooMapFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
| 158 | + Html::linkedScript( "$egMapsScriptPath/includes/services/YahooMaps/YahooMapFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
159 | 159 | ); |
160 | 160 | } |
161 | 161 | |
Index: trunk/extensions/Maps/includes/services/OpenLayers/Maps_OpenLayers.php |
— | — | @@ -132,9 +132,9 @@ |
133 | 133 | global $egMapsStyleVersion, $egMapsJsExt, $egMapsScriptPath; |
134 | 134 | |
135 | 135 | return array( |
136 | | - Html::linkedStyle( "$egMapsScriptPath/Services/OpenLayers/OpenLayers/theme/default/style.css" ), |
137 | | - Html::linkedScript( "$egMapsScriptPath/Services/OpenLayers/OpenLayers/OpenLayers.js?$egMapsStyleVersion" ), |
138 | | - Html::linkedScript( "$egMapsScriptPath/Services/OpenLayers/OpenLayerFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
| 136 | + Html::linkedStyle( "$egMapsScriptPath/includes/services/OpenLayers/OpenLayers/theme/default/style.css" ), |
| 137 | + Html::linkedScript( "$egMapsScriptPath/includes/services/OpenLayers/OpenLayers/OpenLayers.js?$egMapsStyleVersion" ), |
| 138 | + Html::linkedScript( "$egMapsScriptPath/includes/services/OpenLayers/OpenLayerFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
139 | 139 | Html::inlineScript( 'initOLSettings(200, 100); var msgMarkers = ' . Xml::encodeJsVar( wfMsg( 'maps-markers' ) ) . ';' ) |
140 | 140 | ); |
141 | 141 | } |
Index: trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | |
274 | 274 | return array( |
275 | 275 | Html::linkedScript( "http://maps.google.com/maps?file=api&v=2&key=$egGoogleMapsKey&hl=$langCode" ), |
276 | | - Html::linkedScript( "$egMapsScriptPath/Services/GoogleMaps/GoogleMapFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
| 276 | + Html::linkedScript( "$egMapsScriptPath/includes/services/GoogleMaps/GoogleMapFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
277 | 277 | Html::inlineScript( 'window.unload = GUnload;' ) |
278 | 278 | ); |
279 | 279 | } |