r57089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57088‎ | r57089 | r57090 >
Date:22:26, 29 September 2009
Author:yaron
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php
@@ -903,12 +903,12 @@
904904 // displayed - the Javascript for Ext conflicts with the
905905 // Javascript for the maps
906906 if ($format != 'openlayers' || strpos($format, 'map') !== false) {
907 - global $mainCssDir, $sdgScriptPath;
 907+ global $sdgScriptPath;
908908 $out->addLink( array(
909909 'rel' => 'stylesheet',
910910 'type' => 'text/css',
911911 'media' => "screen",
912 - 'href' => $mainCssDir . 'ext-all.css'
 912+ 'href' => $sdgScriptPath . '/skins/ext-all.css'
913913 ));
914914 // overwrite style from ext-all.css, to set the correct
915915 // image for the combobox arrow

Status & tagging log