From: Eileen McNaughton Date: Thu, 28 May 2015 00:43:33 +0000 (+1200) Subject: CRM-16555 fix incorrect path on previous commit X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=387874a20c7c541830c684b6bce9d5eb4a8e2a40;p=civicrm-core.git CRM-16555 fix incorrect path on previous commit --- diff --git a/templates/CRM/Core/BillingBlock.tpl b/templates/CRM/Core/BillingBlock.tpl index 78d5d05e18..4f9bb7ae0f 100644 --- a/templates/CRM/Core/BillingBlock.tpl +++ b/templates/CRM/Core/BillingBlock.tpl @@ -32,7 +32,7 @@ {crmRegion name="billing-block-pre"} {* todo move this region assignment to paypal processor *} - {include file= "CRM/Financial/PaypalPro.tpl"} + {include file= "CRM/Financial/Form/PaypalPro.tpl"} {/crmRegion}
{foreach from=$paymentFields item=paymentField} @@ -208,6 +208,6 @@ {crmRegion name="billing-block-post"} {* Payment processors sometimes need to append something to the end of the billing block. We create a region for clarity - the plan is to move to assigning this through the payment processor to this region *} - {include file= "CRM/Financial/PaypalExpress.tpl"} + {include file= "CRM/Financial/Form/PaypalExpress.tpl"} {/crmRegion} {/if} diff --git a/templates/CRM/common/paymentBlock.tpl b/templates/CRM/common/paymentBlock.tpl index fae922a776..e3c883f319 100644 --- a/templates/CRM/common/paymentBlock.tpl +++ b/templates/CRM/common/paymentBlock.tpl @@ -26,7 +26,7 @@ {literal}