Merge pull request #15734 from seamuslee001/remove_activity_option_join_custom_search
[civicrm-core.git] / templates / CRM / Campaign / Page / DashBoard.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {* CiviCampaign DashBoard (launch page) *}
11
12
13 {if !empty($subPageType)}
14 {* load campaign/survey/petition tab *}
15 {include file="CRM/Campaign/Form/Search/$subPageType.tpl"}
16 {else}
17 {include file="CRM/common/TabHeader.tpl"}
18 <div class="clear"></div>
19 {/if}
20
21
22
23