How do I set page title (that's inside the tag) of, say, taxonomy override Panel ? Currently it's displayed as "Taxonomy term".
I remember you mentioning hook_ctools_render_alter($info, $page, $args, $contexts, $task, $subtask). Should it, or similar hook, be used to set page title ? Should it be then incorporated in another module, such as http://drupal.org/project/page_title ? What's your opinion on this ?
Comments
Comment #1
crea commentedI looked at the code and it should work (page title should be = panel title). But it turned out to be problem with Page Title module breaking Panel titles, cause when I disable Page Title panel titles start to work. Hilarious!
Comment #2
crea commentedComment #3
crea commentedDuplicate of #276342: Panels Integration for 5.x
Comment #4
crea commentedLet's leave #276342: Panels Integration for 5.x for 5.x issues.
Comment #5
crea commentedIt's bug #529186: Usage of global token breaks default page titles because of early Token caching