diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-16 20:54:48 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-16 20:54:48 +0000 |
commit | a1abec1d617c9330d9c06bda2f462d213f013f53 (patch) | |
tree | 7e2d2d3007f4b2155a056fb43d3c428b65a96f34 /views/default/settings/install.php | |
parent | 70b08afa64465f4d3457ba6e1c4cc2df1dd2069b (diff) | |
download | elgg-a1abec1d617c9330d9c06bda2f462d213f013f53.tar.gz elgg-a1abec1d617c9330d9c06bda2f462d213f013f53.tar.bz2 |
Finish up standardizing views/default/*
git-svn-id: http://code.elgg.org/elgg/trunk@3557 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/settings/install.php')
-rw-r--r-- | views/default/settings/install.php | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/views/default/settings/install.php b/views/default/settings/install.php index 2bf632c6a..6fccfb06f 100644 --- a/views/default/settings/install.php +++ b/views/default/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 |