diff --git a/install.php b/install.php index 5e1c513a2ac..3b190db3dd9 100644 --- a/install.php +++ b/install.php @@ -400,9 +400,11 @@ function install_no_profile_error() { * Show an error page when Drupal has already been installed. */ function install_already_done_error() { + global $base_url; + drupal_maintenance_theme(); drupal_set_title('Drupal already installed'); - print theme('install_page', '
Drupal has already been installed on this site. To start over, you must empty your existing database. To install to a different database, edit the appropriate settings.php file in the sites folder.
'); + print theme('install_page', '