From: Ravish Nair Date: Thu, 7 Mar 2013 15:02:16 +0000 (+0530) Subject: -- CRM-11778 fix for Grant edit/view page title X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f08f6e94fbe24dd66bede3adcda9147be6e33f41;p=civicrm-core.git -- CRM-11778 fix for Grant edit/view page title --- diff --git a/CRM/Grant/Page/Tab.php b/CRM/Grant/Page/Tab.php index 9404ed6627..2a4476a4fa 100644 --- a/CRM/Grant/Page/Tab.php +++ b/CRM/Grant/Page/Tab.php @@ -123,7 +123,7 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View { CRM_Contact_Page_View::checkUserPermission($this); // set page title - CRM_Contact_Page_View::setTitle($this->_contactId); + CRM_Utils_System::setTitle(ts('Grant by') . ' ' . $displayName); } $this->assign('action', $this->_action);