Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Mar 2005 at 11:08 UTC
Updated:
31 Mar 2005 at 14:24 UTC
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