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