Adding new custom icon

Change-Id: I8e3d2bc7cadbf321bbe504d17621c99c035c978d
This commit is contained in:
kaldari 2013-06-28 13:44:17 -07:00
parent cee6e988d0
commit 7e927a62dc
2 changed files with 5 additions and 1 deletions

BIN
ThankYou.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

View file

@ -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;