From: Coleman Watts Date: Sun, 5 Jan 2014 00:20:48 +0000 (-0800) Subject: Extend TabHeader.tpl to support non-ajax tabs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c49d557e4e859c60e2021ed898386944b564be28;p=civicrm-core.git Extend TabHeader.tpl to support non-ajax tabs --- diff --git a/templates/CRM/common/TabHeader.tpl b/templates/CRM/common/TabHeader.tpl index 5f97ad2a6c..62a352caab 100644 --- a/templates/CRM/common/TabHeader.tpl +++ b/templates/CRM/common/TabHeader.tpl @@ -34,14 +34,21 @@ + {foreach from=$tabHeader key=tabName item=tabValue} + {if !empty($tabValue.template)} +
+ {include file=$tabValue.template} +
+ {/if} + {/foreach} {/if}