You are here

function template_process_pane_messages in Panels Everywhere 7

File

theme/theme.inc, line 92
Contains preprocess functions for Panels Everywhere themes.

Code

function template_process_pane_messages(&$vars) {
  $vars['messages'] = theme('status_messages');
}