Skip to content

Commit

Permalink
Merge pull request mautic#4098 from kermorgant/lead_content_tab_place…
Browse files Browse the repository at this point in the history
…holders

placeholders for injecting custom content for lead details page
  • Loading branch information
dongilbert authored May 30, 2017
2 parents 50ea341 + 12a74bb commit b49f194
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 b49f194

Please sign in to comment.