Closed (duplicate)
Project:
Display Suite
Version:
7.x-1.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2012 at 08:13 UTC
Updated:
26 Jun 2012 at 08:14 UTC
Hi,
When I enable the DS Extras module and also the DS Search Display module and I put together the displays for my search results I end up with a page that has no title (h1-tag). I debugged and I found out that the problem was in the ds_extras_process_page_title() function. The first rule in that function, $page_title = drupal_static('ds_page_title');, is causing the problem. The drupal_static() function returns an empty string which is set as $variables['title'] afterwards...
How can I fix this problem?
Any help would be appreciated!
Comments
Comment #1
swentel commentedThis has been fixed by #1446554: Hiding the page title on the full page view mode is bleeding it's option to views displays