Index: trunk/extensions/OWALiteTracker/OWALiteTracker.php |
— | — | @@ -2,6 +2,17 @@ |
3 | 3 | |
4 | 4 | //Must come after "CentralNotice", which creates the "Geo" object |
5 | 5 | |
| 6 | +$wgExtensionCredits['other'][] = array( |
| 7 | + 'path' => __FILE__, |
| 8 | + 'name' => 'OWALiteTracker', |
| 9 | + 'author' => array( |
| 10 | + 'Nimish Gautam', |
| 11 | + ), |
| 12 | + 'version' => '', |
| 13 | + 'descriptionmsg' => '', |
| 14 | + 'url' => '' |
| 15 | +); |
| 16 | + |
6 | 17 | $wgHooks['SkinAfterBottomScripts'][] = 'efOWALiteTracker'; |
7 | 18 | |
8 | 19 | $wgOWAGeoTrackSites = array( |