Merge pull request #17281 from agh1/geotag-16-png
[civicrm-core.git] / templates / CRM / Contact / 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
11 {if empty($hookContent)}
12 {include file="CRM/Contact/Page/DashBoardDashlet.tpl"}
13 {else}
14 {if $hookContentPlacement != 2 && $hookContentPlacement != 3}
15 {include file="CRM/Contact/Page/DashBoardDashlet.tpl"}
16 {/if}
17
18 {foreach from=$hookContent key=title item=content}
19 <fieldset><legend>{$title}</legend>
20 {$content}
21 </fieldset>
22 {/foreach}
23
24 {if $hookContentPlacement == 2}
25 {include file="CRM/Contact/Page/DashBoardDashlet.tpl"}
26 {/if}
27 {/if}