Merge pull request #17074 from joshgowans/patch-4
[civicrm-core.git] / templates / CRM / common / publicFooter.tpl
CommitLineData
466913fc
AH
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
466913fc 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 |
466913fc
AH
8 +--------------------------------------------------------------------+
9*}
10
11{if $config->empoweredBy}
f1c68f3e 12 {capture assign=civilogo}<a href="https://civicrm.org/" title="{ts}CiviCRM.org - Growing and Sustaining Relationships{/ts}" target="_blank" class="empowered-by-link"><div class="empowered-by-logo"><span>CiviCRM</span></div></a>{/capture}
aee6cf28
DG
13 <div class="crm-public-footer" id="civicrm-footer">
14 {ts 1=$civilogo}empowered by %1{/ts}
15 </div>
466913fc 16{/if}