Elgg  Version 5.1
Variables
complete.php File Reference

Go to the source code of this file.

Variables

 $link
 Install completion page. More...
 

Variable Documentation

$link
Initial value:
= elgg_view('output/url', [
'text' => elgg_echo('install:complete:gotosite'),
'href' => elgg_get_site_url(),
'class' => ['elgg-button', 'elgg-button-action'],
])
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:177
elgg_get_site_url()
Get the URL for the current (or specified) site, ending with "/".

Install completion page.

Definition at line 8 of file complete.php.