Fix EmailMode
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 15 Sep 2023 00:01:13 +0000 (12:01 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 15 Sep 2023 00:01:13 +0000 (12:01 +1200)
templates/CRM/Event/Page/EventInfo.tpl

index 8044f9e7df01dc3121d69cf3f9d6c0661abec28f..aa7d1a86506b1ab0da13882276b908e1433acc1a 100644 (file)
 
     {if $event.is_share }
         {capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&amp;reset=1" a=1 fe=1 h=1}{/capture}
-        {include file="CRM/common/SocialNetwork.tpl" url=$eventUrl title=$event.title pageURL=$eventUrl}
+        {include file="CRM/common/SocialNetwork.tpl" url=$eventUrl title=$event.title pageURL=$eventUrl emailMode=true}
     {/if}
     </div>
 </div>