Merge pull request #16715 from mattwire/cancelsubscriptiongeneratetext
[civicrm-core.git] / templates / CRM / common / publicFooter.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 $config->empoweredBy}
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}
13 <div class="crm-public-footer" id="civicrm-footer">
14 {ts 1=$civilogo}empowered by %1{/ts}
15 </div>
16 {/if}