Index: trunk/extensions/WikimediaIncubator/WikimediaIncubator.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | /* General (globals and/or configuration) */ |
26 | 26 | $wmincPref = 'incubatortestwiki'; // Name of the preference |
27 | 27 | $dir = dirname( __FILE__ ) . '/'; |
28 | | -$wmincScriptDir = $wgExtensionAssetsPath . '/WikimediaIncubator/'; |
| 28 | + |
29 | 29 | # only one-letter codes can be used for projects |
30 | 30 | $wmincProjects = array( |
31 | 31 | 'p' => 'Wikipedia', |
— | — | @@ -134,9 +134,9 @@ |
135 | 135 | $wgHooks['ArticleFromTitle'][] = 'IncubatorTest::onArticleFromTitle'; |
136 | 136 | |
137 | 137 | $wgResourceModules['WikimediaIncubator.InfoPage'] = array( |
138 | | - 'styles' => 'InfoPage.css', |
139 | | - 'localBasePath' => dirname(__FILE__), |
140 | | - 'remoteExtPath' => 'WikimediaIncubator', |
| 138 | + 'styles' => 'InfoPage.css', |
| 139 | + 'localBasePath' => dirname(__FILE__), |
| 140 | + 'remoteExtPath' => 'WikimediaIncubator', |
141 | 141 | ); |
142 | 142 | |
143 | 143 | /* Possibility to set a logo per test wiki */ |