From d26729c4fb2c9dbac02516dab7a95fa36bee2006 Mon Sep 17 00:00:00 2001 From: Stoob Date: Thu, 2 May 2013 16:04:44 -0700 Subject: [PATCH] CRM-12505 ---------------------------------------- * CRM-12505: Social Networking block should only be included on Thank-you page for online contributions and event registration http://issues.civicrm.org/jira/browse/CRM-12505 --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index aa017296b2..c81cd8c12f 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -23,6 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} + {* Callback snippet: Load payment processor *} {if $snippet} {include file="CRM/Core/BillingBlock.tpl" context="front-end"} @@ -94,7 +95,7 @@ {include file="CRM/common/TrackingFields.tpl"} {capture assign='reqMark'}*{/capture} -
+
{$intro_text}
@@ -328,11 +329,6 @@

{$footer_text}

{/if} -
- {if $isShare} - {capture assign=contributionUrl}{crmURL p='civicrm/contribute/transact' q="$qParams" a=true fe=1 h=1}{/capture} - {include file="CRM/common/SocialNetwork.tpl" url=$contributionUrl title=$title pageURL=$contributionUrl} - {/if}