From 46bdc72a0cc1dfb1ee8af82acf4d9c6c036db5bd Mon Sep 17 00:00:00 2001 From: Keith Morgan Date: Fri, 25 Jul 2014 09:39:07 -0500 Subject: [PATCH] CRM-15036 - force emailed social media image URLs to use HTTP. ---------------------------------------- * CRM-15036: Social media image URLs should always use HTTP in emails https://issues.civicrm.org/jira/browse/CRM-15036 --- templates/CRM/common/SocialNetwork.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/common/SocialNetwork.tpl b/templates/CRM/common/SocialNetwork.tpl index d10f3c36e4..1bf6cd68b9 100644 --- a/templates/CRM/common/SocialNetwork.tpl +++ b/templates/CRM/common/SocialNetwork.tpl @@ -36,10 +36,10 @@ {if $emailMode eq true} {*use images for email*} - Tweet Button + Tweet Button - Facebook Button + Facebook Button {else} {*use advanced buttons for pages*} -- 2.25.1