page title
How to to set a panel page's title to the title of an embedded view?
Using latest Panels 5.x-2.x-dev
I have a panel page where the main content area is an embedded View. This view takes arguments which become part of its title, so the title changes dynamically (it's a year/month archive drill-down view). (See screenshot attached)
I want to set the title of the overall panel page to the embedded view's title. Anyone know how to do this? If it can't be done through the UI (which I suspect), please suggest code approaches.
This forum seems pretty quiet, hoping some of the experts are still out there!
Needs some help with View titles in a Panels page
I'm wrapping up a D5 Site using Panels 2, and I'm having 2 problems related to the titles of my views in Panel pages:
Problem 1:
I'm embedding a view which accepts arguments in a Panel page. This view also uses arguments in its title. The view title displays perfectly when accessing the raw view by its path, but when the view is embedded in the panel the title is displaying literal "%1" and "%2" for the arguments when they're not supplied. It's like Panels is messing up Views' intelligent handling of these titles.

