Merge pull request #16584 from eileenmcnaughton/role
[civicrm-core.git] / templates / CRM / common / footer.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
e377a3e9
CW
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}
6a488035 15
e377a3e9
CW
16 <div class="crm-footer" id="civicrm-footer">
17 {crmVersion assign=version}
3c679c0a 18 {ts}Powered by CiviCRM{/ts} <a href="https://download.civicrm.org/about/{$version}">{$version}</a>.
f55dd135 19 {if !empty($footer_status_severity)}
25d95f38 20 <span class="status{if $footer_status_severity gt 3} crm-error{elseif $footer_status_severity gt 2} crm-warning{else} crm-ok{/if}">
06576a03
AH
21 <a href="{crmURL p='civicrm/a/#/status'}">{$footer_status_message}</a>
22 </span>
e377a3e9
CW
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;
37c16b35 26 <a href="https://lab.civicrm.org/groups/dev/-/issues">{ts}View issues and report bugs.{/ts}</a> &nbsp; &nbsp;
e377a3e9
CW
27 {docURL page="" text="Online documentation."}
28 </div>
29 {include file="CRM/common/notifications.tpl"}
30{/if}