function template_preprocess_pane_messages in Panels Everywhere 6
Same name and namespace in other branches
- 7 theme/theme.inc \template_preprocess_pane_messages()
File
- theme/
theme.inc, line 23 - Contains preprocess functions for Panels Everywhere themes.
Code
function template_preprocess_pane_messages(&$vars) {
$vars['tabs'] = theme('menu_local_tasks');
$vars['messages'] = theme('status_messages');
$vars['help'] = theme('help');
}