CRM-14486 proper tag line
authorAndrew Hunt <andrew@aghstrategies.com>
Wed, 14 May 2014 00:48:53 +0000 (20:48 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Wed, 14 May 2014 00:48:53 +0000 (20:48 -0400)
----------------------------------------
* CRM-14486: Empowered by CiviCRM - footer added to all public pages (with option to disable)
  https://issues.civicrm.org/jira/browse/CRM-14486

templates/CRM/common/publicFooter.tpl

index 6801de53af273c43e236506cf8a5eb5e82af85de..f267fdb97ef7627985943c4ccdfe61caf49974f1 100644 (file)
@@ -25,7 +25,7 @@
 *}
 
 {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>