Returns HTML for a confirmation form.
By default this does not alter the appearance of a form at all, but is provided as a convenience for themers.
$variables: An associative array containing:
function theme_confirm_form($variables) {
return drupal_render_children($variables['form']);
}