function template_preprocess_dialog_content in Dialog 6
Process variables for dialog-content.tpl.php.
File
- ./
dialog.module, line 232
Code
function template_preprocess_dialog_content(&$variables) {
$variables['help'] = theme('help');
$variables['messages'] = theme('status_messages');
}