mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 22:44:42 +00:00
Adding new custom icon
Change-Id: I8e3d2bc7cadbf321bbe504d17621c99c035c978d
This commit is contained in:
parent
cee6e988d0
commit
7e927a62dc
BIN
ThankYou.png
Normal file
BIN
ThankYou.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 468 B |
|
@ -134,7 +134,11 @@ class ThanksHooks {
|
|||
'email-body-params' => array( 'agent', 'title', 'difflink', 'email-footer' ),
|
||||
'email-body-batch-message' => 'notification-thanks-email-batch-body',
|
||||
'email-body-batch-params' => array( 'agent', 'title' ),
|
||||
'icon' => 'gratitude',
|
||||
'icon' => 'thanks',
|
||||
);
|
||||
|
||||
$icons['thanks'] = array(
|
||||
'path' => 'Thanks/ThankYou.png',
|
||||
);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue