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.

CommentFileSizeAuthor
chameleon-title-fix.patch1018 bytesTDobes

Comments

Anonymous’s picture