aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/complete.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/install/pages/complete.php')
-rw-r--r--views/installation/install/pages/complete.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/views/installation/install/pages/complete.php b/views/installation/install/pages/complete.php
new file mode 100644
index 000000000..80f8e7434
--- /dev/null
+++ b/views/installation/install/pages/complete.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Install completion page
+ */
+
+echo elgg_autop(elgg_echo('install:complete:instructions'));
+
+?>
+
+<div class="elgg-install-nav">
+<?php
+ $url = elgg_get_site_url() . $vars['destination'];
+ $text = elgg_echo('install:complete:gotosite');
+ echo "<a href=\"$url\">$text</a>";
+?>
+</div>