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

crea’s picture

Title: How to set page title inside Panels Page ? » Page Title breaking Panels titles

I 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!

crea’s picture

Project: Panels » Page Title
Version: 6.x-3.x-dev » 6.x-2.x-dev
Status: Active » Closed (fixed)
crea’s picture

Status: Closed (fixed) » Closed (duplicate)
crea’s picture

Version: 6.x-2.x-dev » 6.x-2.2
Component: Miscellaneous » Code
Status: Closed (duplicate) » Active

Let's leave #276342: Panels Integration for 5.x for 5.x issues.

crea’s picture