----------------------------------------
* CRM-14486: Empowered by CiviCRM - footer added to all public pages (with option to disable)
https://issues.civicrm.org/jira/browse/CRM-14486
*}
{if $config->empoweredBy}
-{capture assign=civilogo}<a href="http://civicrm.org/" title="{ts}Visit CiviCRM.org{/ts}" target="_blank"><img class="empowered-by-logo" src="{$config->userFrameworkResourceURL}/i/civi99.png" alt="CiviCRM" /></a>{/capture}
+{capture assign=civilogo}<a href="http://civicrm.org/" title="{ts}CiviCRM.org - Growing and Sustaining Relationships{/ts}" target="_blank"><img class="empowered-by-logo" src="{$config->userFrameworkResourceURL}/i/civi99.png" alt="CiviCRM" /></a>{/capture}
<div class="crm-public-footer" id="civicrm-footer">
{ts 1=$civilogo}empowered by %1{/ts}
</div>