Skip to content

Commit

Permalink
placeholders for injecting custom content for lead details page
Browse files Browse the repository at this point in the history
would allow a plugin to listen to the CoreEvents::VIEW_INJECT_CUSTOM_CONTENT
event to inject custom content into those spots.
  • Loading branch information
kermorgant committed May 19, 2017
1 parent 0fb5cc2 commit 12a74bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/bundles/LeadBundle/Views/Lead/lead.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@
</a>
</li>
<?php endif; ?>

<?php echo $view['content']->getCustomContent('tabs', $mauticTemplateVars); ?>
</ul>
<!--/ tabs controls -->
</div>
Expand Down Expand Up @@ -336,6 +338,7 @@
</div>
<?php endif; ?>
<!--/ #social-container -->
<?php echo $view['content']->getCustomContent('tabs.content', $mauticTemplateVars); ?>

<!-- #place-container -->
<?php if ($places): ?>
Expand Down

0 comments on commit 12a74bb

Please sign in to comment.