Elgg  Version 1.11
complete.php
Go to the documentation of this file.
1 <?php
6 echo elgg_autop(elgg_echo('install:complete:instructions'));
7 
8 ?>
9 
10 <div class="elgg-install-nav">
11 <?php
12  $url = elgg_get_site_url() . $vars['destination'];
13  $text = elgg_echo('install:complete:gotosite');
14  echo "<a href=\"$url\">$text</a>";
15 ?>
16 </div>
$text
Definition: complete.php:13
fieldset div
Definition: admin.php:470
$url
Install completion page.
Definition: complete.php:12
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition: output.php:56
elgg echo
Translates a string.
Definition: languages.js:43
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
if(file_exists($welcome)) $vars
Definition: upgrade.php:93