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.
| Comment | File | Size | Author |
|---|---|---|---|
| chameleon-title-fix.patch | 1018 bytes | TDobes |
Comments
Comment #1
(not verified) commentedFixed by http://drupal.org/node/18817