|
|
|
|
@ -250,7 +250,9 @@ class SkinHooks implements
|
|
|
|
|
// Extension:Cargo
|
|
|
|
|
'cargo-purge' => 'reload',
|
|
|
|
|
// Extension:DiscussionTools
|
|
|
|
|
'dt-page-subscribe' => 'bell'
|
|
|
|
|
'dt-page-subscribe' => 'bell',
|
|
|
|
|
// Extension:FlowThread
|
|
|
|
|
'flowthreadcontrol' => 'speechBubbleAdd',
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
self::mapIconsToMenuItems( $links, 'actions', $iconMap );
|
|
|
|
|
@ -315,7 +317,9 @@ class SkinHooks implements
|
|
|
|
|
'urlshortener' => 'link',
|
|
|
|
|
'urlshortener-qrcode' => 'qrCode',
|
|
|
|
|
// Extension:Wikibase
|
|
|
|
|
'wikibase' => 'logoWikidata'
|
|
|
|
|
'wikibase' => 'logoWikidata',
|
|
|
|
|
// Extension:LatinizeUrl
|
|
|
|
|
'custom-url' => 'link',
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
self::mapIconsToMenuItems( $links, 'TOOLBOX', $iconMap );
|
|
|
|
|
|