Returns HTML for the installation page.
Note: this function is not themeable.
$variables: An associative array containing:
function theme_install_page($variables) {
drupal_add_http_header('Content-Type', 'text/html; charset=utf-8');
return theme('maintenance_page', $variables);
}