function template_preprocess_video_dialog_page in Video 7.2
Add messages to the page.
File
- ./
video.theme.inc, line 310 - Theme related functions for the Video module.
Code
function template_preprocess_video_dialog_page(&$variables) {
$variables['messages'] = theme('status_messages');
}