Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -903,12 +903,12 @@ |
904 | 904 | // displayed - the Javascript for Ext conflicts with the |
905 | 905 | // Javascript for the maps |
906 | 906 | if ($format != 'openlayers' || strpos($format, 'map') !== false) { |
907 | | - global $mainCssDir, $sdgScriptPath; |
| 907 | + global $sdgScriptPath; |
908 | 908 | $out->addLink( array( |
909 | 909 | 'rel' => 'stylesheet', |
910 | 910 | 'type' => 'text/css', |
911 | 911 | 'media' => "screen", |
912 | | - 'href' => $mainCssDir . 'ext-all.css' |
| 912 | + 'href' => $sdgScriptPath . '/skins/ext-all.css' |
913 | 913 | )); |
914 | 914 | // overwrite style from ext-all.css, to set the correct |
915 | 915 | // image for the combobox arrow |