Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
install
pages
welcome.php
Go to the documentation of this file.
1
<?php
6
echo
elgg_autop
(
elgg_echo
(
'install:welcome:instructions'
));
7
8
echo
elgg_view
(
'install/nav'
,
$vars
);
elgg_echo
elgg_echo($message_key, array $args=[], $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:58
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$vars
$vars['type']
Definition:
save.php:11
elgg_view
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.
Definition:
views.php:246
Generated on Sun Jan 17 2021 00:00:33 for Elgg by
1.8.11