Index: trunk/extensions/DoubleWiki/DoubleWiki.php |
— | — | @@ -24,6 +24,13 @@ |
25 | 25 | |
26 | 26 | $wgHooks['OutputPageBeforeHTML'][] = 'addMatchedText' ; |
27 | 27 | |
| 28 | +$wgExtensionCredits['other'][] = array( |
| 29 | + 'name' => 'DoubleWiki', |
| 30 | + //'author' => '', |
| 31 | + //'url' => '', |
| 32 | + 'description' => 'Displays an article and its translation from another wiki on two columns of the same page', |
| 33 | +); |
| 34 | + |
28 | 35 | function addMatchedText ( &$parserOutput , &$text ) { |
29 | 36 | |
30 | 37 | global $wgContLang, $wgRequest, $wgLang, $wgContLanguageCode, $wgTitle; |