From c49d557e4e859c60e2021ed898386944b564be28 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 4 Jan 2014 16:20:48 -0800 Subject: [PATCH] Extend TabHeader.tpl to support non-ajax tabs --- templates/CRM/common/TabHeader.tpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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}
-- 2.25.1