From f0d5a4245b3b39d8976bd7e3c91ef1a72209a315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 2 Sep 2007 12:41:01 +0000 Subject: #172447 by add1sun: include a link to the front page of the site on the 'already installed' page --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 4c1ffcb52..b3e2fbcbf 100644 --- a/install.php +++ b/install.php @@ -592,7 +592,7 @@ function install_already_done_error() { drupal_maintenance_theme(); drupal_set_title(st('Drupal already installed')); - print theme('install_page', st('', array('@base-url' => $base_url))); + print theme('install_page', st('', array('@base-url' => $base_url))); exit; } -- cgit v1.2.3