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

echo autop(elgg_echo('install:complete:instructions'));

?>

<div class="install_nav">
<?php
	$text = elgg_echo('install:complete:gotosite');
	echo "<a href=\"{$vars['url']}index.php\">$text</a>";
?>
</div>