From: Coleman Watts Date: Mon, 2 Nov 2015 21:58:29 +0000 (-0500) Subject: Merge branch '4.6' into master X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=25d95f38e877adc852b7fee2e27b59f96ab654a8;p=civicrm-core.git Merge branch '4.6' into master Conflicts: templates/CRM/common/footer.tpl --- 25d95f38e877adc852b7fee2e27b59f96ab654a8 diff --cc templates/CRM/common/footer.tpl index a61bfebee1,01e4bf91a9..242e573555 --- a/templates/CRM/common/footer.tpl +++ b/templates/CRM/common/footer.tpl @@@ -23,22 -23,27 +23,24 @@@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} - {include file="CRM/common/accesskeys.tpl"} - {if !empty($contactId)} - {include file="CRM/common/contactFooter.tpl"} - {/if} + {if call_user_func(array('CRM_Core_Permission','check'), 'access CiviCRM')} + {include file="CRM/common/accesskeys.tpl"} + {if !empty($contactId)} + {include file="CRM/common/contactFooter.tpl"} + {/if} - + {include file="CRM/common/notifications.tpl"} + {/if}