Elgg  Version 2.3
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>
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
$text
Definition: complete.php:13
$vars['entity']
$url
Install completion page.
Definition: complete.php:12
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition: output.php:46
fieldset div
Definition: admin.css.php:485
elgg echo
Translates a string.
Definition: languages.js:48
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.