From c5cc2821311012a8a4385a304a043c4b41f2afbb Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 31 Aug 2009 19:05:21 +0000 Subject: All line endings are now Unix-style. git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/settings/install.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'views/default/settings/install.php') diff --git a/views/default/settings/install.php b/views/default/settings/install.php index 6a3e075d9..2bf632c6a 100644 --- a/views/default/settings/install.php +++ b/views/default/settings/install.php @@ -1,19 +1,19 @@ -" . autop(elgg_echo("installation:settings:description")) . "

"; + + echo elgg_view("settings/system",array("action" => "action/systemsettings/install")); - * @link http://elgg.org/ - * - */ - - echo "

" . autop(elgg_echo("installation:settings:description")) . "

"; - - echo elgg_view("settings/system",array("action" => "action/systemsettings/install")); - ?> \ No newline at end of file -- cgit v1.2.3