aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/complete.php
blob: a63f8633025d0538e4e0eee53221f15d790387a1 (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="install_nav">
<?php
	$url = elgg_get_site_url() . $vars['destination'];
	$text = elgg_echo('install:complete:gotosite');
	echo "<a href=\"$url\">$text</a>";
?>
</div>