You are here

function template_preprocess_media_dialog_page in D7 Media 7

Same name and namespace in other branches
  1. 7.4 includes/media.theme.inc \template_preprocess_media_dialog_page()
  2. 7.2 includes/media.theme.inc \template_preprocess_media_dialog_page()
  3. 7.3 includes/media.theme.inc \template_preprocess_media_dialog_page()

Add messages to the page.

File

includes/media.theme.inc, line 191
Media Theming

Code

function template_preprocess_media_dialog_page(&$variables) {
  $variables['messages'] = theme('status_messages');
}