Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
install
pages
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
$text
Definition:
complete.php:13
div
fieldset div
Definition:
admin.php:462
$url
$url
Install completion page.
Definition:
complete.php:12
elgg_echo
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition:
languages.php:21
elgg_autop
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition:
output.php:56
echo
elgg echo
Translates a string.
Definition:
languages.js:43
elgg_get_site_url
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
Definition:
configuration.php:28
$vars
if(file_exists($welcome)) $vars
Definition:
upgrade.php:93
Generated on Sat Dec 21 2024 00:00:36 for Elgg by
1.8.11