aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/complete.php
blob: 2f5a04854b3149afa20ab17914dde25924c6e486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Install completion page
 */

echo 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>