[drupal-devel] [bug] Chameleon title tag shows nothing useful

TDobes drupal-devel at drupal.org
Mon Mar 28 11:12:01 UTC 2005


Issue status update for http://drupal.org/node/19585

 Project:      Drupal
 Version:      cvs
 Component:    theme system
 Category:     bug reports
 Priority:     normal
 Assigned to:  TDobes
 Reported by:  TDobes
 Updated by:   TDobes
 Status:       patch
 Attachment:   http://drupal.org/files/issues/chameleon-title-fix.patch (1018 bytes)

In chameleon.theme (chameleon_page), code exists within the title tag to
display a $title variable.  However, at this point in the function
$title has not yet been defined, so no page-specific titles are ever
displayed.
The attached patch fixes this by populating $title using
drupal_get_title earlier in the function.
Please review / commit before 4.6 release.


TDobes




More information about the drupal-devel mailing list