diff options
Diffstat (limited to 'views/default/settings/install.php')
-rw-r--r-- | views/default/settings/install.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/views/default/settings/install.php b/views/default/settings/install.php new file mode 100644 index 000000000..8de795da4 --- /dev/null +++ b/views/default/settings/install.php @@ -0,0 +1,19 @@ +<?php
+
+ /**
+ * Elgg system settings on initial installation
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ *
+ */
+
+ echo "<p>" . nl2br(elgg_echo("installation:settings:description")) . "</p>";
+
+ echo elgg_view("settings/system",array("action" => "action/systemsettings/install"));
+
+?>
\ No newline at end of file |