aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe/settings/install.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 21:05:54 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 21:05:54 +0000
commitd46162271a5ca3c3af690173d0abfcd1ab9f69a1 (patch)
treef291a6780b492e77e4b54c759bb7995bef1cef39 /views/failsafe/settings/install.php
parenta1abec1d617c9330d9c06bda2f462d213f013f53 (diff)
downloadelgg-d46162271a5ca3c3af690173d0abfcd1ab9f69a1.tar.gz
elgg-d46162271a5ca3c3af690173d0abfcd1ab9f69a1.tar.bz2
Standardized views/failsafe/*
git-svn-id: http://code.elgg.org/elgg/trunk@3558 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/failsafe/settings/install.php')
-rw-r--r--views/failsafe/settings/install.php31
1 files changed, 13 insertions, 18 deletions
diff --git a/views/failsafe/settings/install.php b/views/failsafe/settings/install.php
index 2bf632c6a..6fccfb06f 100644
--- a/views/failsafe/settings/install.php
+++ b/views/failsafe/settings/install.php
@@ -1,19 +1,14 @@
<?php
-
- /**
- * Elgg system settings on initial installation
- *
- * @package Elgg
- * @subpackage Core
-
- * @author Curverider Ltd
-
- * @link http://elgg.org/
- *
- */
-
- echo "<p>" . autop(elgg_echo("installation:settings:description")) . "</p>";
-
- echo elgg_view("settings/system",array("action" => "action/systemsettings/install"));
-
-?> \ No newline at end of file
+/**
+ * Elgg system settings on initial installation
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ *
+ */
+
+echo "<p>" . autop(elgg_echo("installation:settings:description")) . "</p>";
+
+echo elgg_view("settings/system",array("action" => "action/systemsettings/install")); \ No newline at end of file