Merge pull request #15820 from seamuslee001/dev_core_183_custom_contribsybnt
[civicrm-core.git] / templates / CRM / common / footer.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 {if call_user_func(array('CRM_Core_Permission','check'), 'access CiviCRM')}
11 {include file="CRM/common/accesskeys.tpl"}
12 {if !empty($contactId)}
13 {include file="CRM/common/contactFooter.tpl"}
14 {/if}
15
16 <div class="crm-footer" id="civicrm-footer">
17 {crmVersion assign=version}
18 {ts}Powered by CiviCRM{/ts} <a href="https://download.civicrm.org/about/{$version}">{$version}</a>.
19 {if !empty($footer_status_severity)}
20 <span class="status{if $footer_status_severity gt 3} crm-error{elseif $footer_status_severity gt 2} crm-warning{else} crm-ok{/if}">
21 <a href="{crmURL p='civicrm/a/#/status'}">{$footer_status_message}</a>
22 </span>
23 {/if}
24 {ts 1='http://www.gnu.org/licenses/agpl-3.0.html'}CiviCRM is openly available under the <a href='%1'>GNU AGPL License</a>.{/ts}<br/>
25 <a href="https://civicrm.org/download">{ts}Download CiviCRM.{/ts}</a> &nbsp; &nbsp;
26 <a href="https://lab.civicrm.org/groups/dev/-/issues">{ts}View issues and report bugs.{/ts}</a> &nbsp; &nbsp;
27 {docURL page="" text="Online documentation."}
28 </div>
29 {include file="CRM/common/notifications.tpl"}
30 {/if}