By berliner, 1 May, 2017 Title of the current page manager page. When trying to get the title of the current page manager panels page in Drupal 7 and drupal_get_title() isn't working, try this one: $page = page_manager_get_current_page(); $page_title = $page['handler']->conf['display']->get_title();