From 12a74bb4b7de33f5c6123fc5d44f46a57a38780c Mon Sep 17 00:00:00 2001 From: Mikael Kermorgant Date: Fri, 19 May 2017 12:37:06 +0300 Subject: [PATCH] placeholders for injecting custom content for lead details page would allow a plugin to listen to the CoreEvents::VIEW_INJECT_CUSTOM_CONTENT event to inject custom content into those spots. --- app/bundles/LeadBundle/Views/Lead/lead.html.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/bundles/LeadBundle/Views/Lead/lead.html.php b/app/bundles/LeadBundle/Views/Lead/lead.html.php index 6a95cc6b32b..6cda444b71b 100644 --- a/app/bundles/LeadBundle/Views/Lead/lead.html.php +++ b/app/bundles/LeadBundle/Views/Lead/lead.html.php @@ -297,6 +297,8 @@ + + getCustomContent('tabs', $mauticTemplateVars); ?> @@ -336,6 +338,7 @@ + getCustomContent('tabs.content', $mauticTemplateVars); ?>