Index: trunk/extensions/Notificator/Notificator.alias.php |
— | — | @@ -0,0 +1,19 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Aliases for special pages |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$specialPageAliases = array(); |
| 11 | + |
| 12 | +/** English (English) */ |
| 13 | +$specialPageAliases['en'] = array( |
| 14 | + 'Notificator' => array( 'Notificator' ), |
| 15 | +); |
| 16 | + |
| 17 | +/** |
| 18 | + * For backwards compatibility with MediaWiki 1.15 and earlier. |
| 19 | + */ |
| 20 | +$aliases =& $specialPageAliases; |
\ No newline at end of file |
Property changes on: trunk/extensions/Notificator/Notificator.alias.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 21 | + native |