Index: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | global $egMapsStyleVersion, $egMapsJsExt, $egMapsScriptPath; |
74 | 74 | |
75 | 75 | return array( |
76 | | - Html::linkedScript( "$egMapsScriptPath/Services/OpenLayers/OpenLayers/theme/default/style.css" ), |
| 76 | + Html::linkedStyle( "$egMapsScriptPath/Services/OpenLayers/OpenLayers/theme/default/style.css" ), |
77 | 77 | Html::linkedScript( "$egMapsScriptPath/Services/OpenLayers/OpenLayers/OpenLayers.js?$egMapsStyleVersion" ), |
78 | 78 | Html::linkedScript( "$egMapsScriptPath/Services/OpenLayers/OpenLayerFunctions{$egMapsJsExt}?$egMapsStyleVersion" ), |
79 | 79 | Html::inlineScript( 'initOLSettings(200, 100);' ) |