| Current File : /home/jvzmxxx/wiki1/extensions/SocialProfile/SystemGifts/SystemGifts.alias.php |
<?php
/**
* Aliases for special pages
*
* @file
* @ingroup Extensions
*/
// @codingStandardsIgnoreFile
$specialPageAliases = array();
/** English (English) */
$specialPageAliases['en'] = array(
'TopAwards' => array( 'TopAwards' ),
'ViewSystemGifts' => array( 'ViewSystemGifts' ),
'ViewSystemGift' => array( 'ViewSystemGift' ),
'SystemGiftManager' => array( 'SystemGiftManager' ),
'SystemGiftManagerLogo' => array( 'SystemGiftManagerLogo' ),
'RemoveMasterSystemGift' => array( 'RemoveMasterSystemGift' ),
'PopulateAwards' => array( 'PopulateAwards' ),
);