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

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

?>

<div class="install_nav">
<?php
	echo "<a href=\"{$vars['url']}index.php\">Go to site</a>";
?>
</div>