diff options
Diffstat (limited to 'views/failsafe/settings/install.php')
-rw-r--r-- | views/failsafe/settings/install.php | 31 |
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 |