Skip to content
Snippets Groups Projects
Commit 844359b8 authored by andyburns's avatar andyburns
Browse files

Update function.privacyFlag.php dev/core#2754

parent 9d8a9c4e
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ function smarty_function_privacyFlag($params, &$smarty) { ...@@ -36,7 +36,7 @@ function smarty_function_privacyFlag($params, &$smarty) {
'do_not_phone' => 'fa-phone', 'do_not_phone' => 'fa-phone',
'do_not_email' => 'fa-paper-plane', 'do_not_email' => 'fa-paper-plane',
'do_not_mail' => 'fa-envelope', 'do_not_mail' => 'fa-envelope',
'do_not_sms' => 'fa-mobile', 'do_not_sms' => 'fa-comments-o',
'do_not_trade' => 'fa-exchange', 'do_not_trade' => 'fa-exchange',
'is_opt_out' => 'fa-paper-plane-o', 'is_opt_out' => 'fa-paper-plane-o',
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment