function template_process_pane_header in Panels Everywhere 7
File
- theme/
theme.inc, line 82 - Contains preprocess functions for Panels Everywhere themes.
Code
function template_process_pane_header(&$vars) {
$vars['title'] = drupal_get_title();
}