CRM-17025: use https in 'empowered by' link.
authorMathieu Lutfy <mathieu@bidon.ca>
Fri, 14 Aug 2015 13:52:54 +0000 (09:52 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Fri, 14 Aug 2015 13:52:54 +0000 (09:52 -0400)
templates/CRM/common/publicFooter.tpl

index 7e31fcfbe734cf78b995fc020de800351bce5ba8..ad56b799de6ed1048b8a74f7b4ed50c09f723ad3 100644 (file)
@@ -25,7 +25,7 @@
 *}
 
 {if $config->empoweredBy}
-  {capture assign=civilogo}<a href="http://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}
+  {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}
   <div class="crm-public-footer" id="civicrm-footer">
     {ts 1=$civilogo}empowered by %1{/ts}
   </div>