diff --git a/includes/Hooks.php b/includes/Hooks.php index 7a5154e2..7d3b488d 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -56,6 +56,7 @@ class Hooks implements \MediaWiki\Hook\SidebarBeforeOutputHook { $citeThisPageLink = [ 'id' => 't-cite', 'href' => $citeURL, + 'icon' => 'quotes', 'text' => $skin->msg( 'citethispage-link' )->text(), // Message keys: 'tooltip-citethispage', 'accesskey-citethispage' 'single-id' => 'citethispage',