From e6a8620157e74f20f944d38af697c1b914383ed7 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 5 Aug 2008 12:32:01 +0000 Subject: The install script uses the one column layout git-svn-id: https://code.elgg.org/elgg/trunk@1701 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 80be31bb1..e89162533 100644 --- a/install.php +++ b/install.php @@ -34,6 +34,6 @@ /** * Load the front page */ - echo page_draw(elgg_echo("installation:settings"), elgg_view("settings/install")); + echo page_draw(elgg_echo("installation:settings"), elgg_view_layout("one_column", elgg_view("settings/install"))); ?> \ No newline at end of file -- cgit v1.2.3