aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/install/pages/welcome.php')
-rw-r--r--views/installation/install/pages/welcome.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/installation/install/pages/welcome.php b/views/installation/install/pages/welcome.php
new file mode 100644
index 000000000..f370c15f3
--- /dev/null
+++ b/views/installation/install/pages/welcome.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Install welcome page
+ */
+
+echo elgg_autop(elgg_echo('install:welcome:instructions'));
+
+echo elgg_view('install/nav', $vars);