aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/complete.php
blob: 80f8e74347a328a800dc3abd5f453f55a76027fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>