Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.1.NYSS
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently CiviCRM pages in Drupal installs pass page / form titles to Drupal, and they are exposed in the site's theme 'title' element. This limits our ability to control title appearance and layout within CiviCRM pages.
- unset Drupal $title variable in civicrm.module
- add $title to CiviCRM drupal.tpl (main container template for Drupal sites)
NOTE: HTML <title> element is set in Drupal themes as $page_title. These will still be available on CiviCRM pages so that browser-level title is present and stored in browser history.